public interface AttributeModel extends Locatable, AnnotationHolder
Schema
, used to specify an attribute allowed within
an ElementModel
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
The name of the attribute.
|
java.lang.String |
getTranslator()
Returns the translator used to convert the attribute value.
|
boolean |
isRequired()
Returns true if the attribute is required (must be specified).
|
boolean |
isUnique()
Returns true if the attribute is supposed to be considered unique in relation to the configuration point.
|
getLocation
getAnnotation, setAnnotation
java.lang.String getName()
boolean isRequired()
java.lang.String getTranslator()
Translator
.boolean isUnique()