Interface ReferenceType
public interface ReferenceType
-
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean
-
Method Details
-
getNodeId
NodeId getNodeId()- Returns:
- the
NodeIdthat identifies thisReferenceType.
-
getBrowseName
QualifiedName getBrowseName()- Returns:
- the
QualifiedNamethat identifies thisReferenceType.
-
getInverseName
- Returns:
- the inverse name of the reference, i.e. the meaning of the reference as seen from the target node.
-
isSymmetric
boolean isSymmetric()- Returns:
trueif the reference is the same as seen from the source node and the target node.
-
isAbstract
boolean isAbstract()- Returns:
trueif the reference is an abstract reference type, i.e. no references of this type exist, only references of its subtypes.
-
getSuperTypeId
- Returns:
- the
NodeIdof the super type of this reference type. All references except the root reference type have a super type.
-