public interface IdentifiableRefBean
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
IdentifiableRefBean |
getChildReference()
Returns a reference to the child identifiable artifact that is being referenced.
|
java.lang.String |
getId()
Returns the id of the identifiable that is being referenced (at this level of the referencing hierarchy)
|
IdentifiableBean |
getMatch(IdentifiableBean reference)
Returns the matched identifiable bean, from the given identifiable - returns null if no match is found
|
IdentifiableRefBean |
getParentIdentifiableReference()
Returns a reference to the parent identifiable artifact (not maintainable) that this identifiable
artifact is a child of, returns null if the identifiable artifact has no parent identifiable artifact
|
StructureReferenceBean |
getParentMaintainableReferece()
Returns a reference to the parent maintainable that this identifiable is a child of, this will never be null
|
SDMX_STRUCTURE_TYPE |
getStructureType()
Returns the identifiable structure that is being referenced (at this level of the referencing hierarchy)
|
SDMX_STRUCTURE_TYPE getStructureType()
java.lang.String getId()
IdentifiableRefBean getChildReference()
IdentifiableRefBean getParentIdentifiableReference()
StructureReferenceBean getParentMaintainableReferece()
IdentifiableBean getMatch(IdentifiableBean reference)
reference
-