|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
C
- the supported constraint typepublic interface Definition<C>
Common interface for type and property definitions
Method Summary | ||
---|---|---|
|
getConstraint(Class<T> constraintType)
Get the constraint with the given constraint type. Should usually not be called while creating the model, exceptions can be getting mutable constraints where this is intended. |
|
String |
getDescription()
Get the definition description |
|
String |
getDisplayName()
Get the definition's display name |
|
String |
getIdentifier()
Get the definitions identifier |
|
QName |
getName()
Get the definition's qualified name |
Methods inherited from interface eu.esdihumboldt.hale.common.core.io.supplier.Locatable |
---|
getLocation |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
String getIdentifier()
String getDisplayName()
QName getName()
String getDescription()
null
<T extends C> T getConstraint(Class<T> constraintType)
T
- the constraint typeconstraintType
- the constraint type, see Constraint
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |