Package ro.sync.ecss.extensions.api.link
Class IDTypeIdentifier
java.lang.Object
ro.sync.ecss.extensions.api.link.IDTypeIdentifier
- Direct Known Subclasses:
DefaultIDTypeIdentifier
Identifier for an ID declaration or reference.
-
Constructor Details
-
IDTypeIdentifier
public IDTypeIdentifier()
-
-
Method Details
-
isDeclaration
public abstract boolean isDeclaration()Checks if identifier corresponds to a declaration.- Returns:
- true if identifier corresponds to a declaration.
-
getValue
- Returns:
- The ID value.
-
getIdentifierType
Gets a short description of the identifier type. By example for the default ID type recognition returns XML ID.- Returns:
- A short description of the identifier type.
-