|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AttributeModel
Part of a Schema, used to specify an attribute allowed within
an ElementModel.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.apache.hivemind.Locatable |
|---|
getLocation |
| Methods inherited from interface org.apache.hivemind.parse.AnnotationHolder |
|---|
getAnnotation, setAnnotation |
| Method Detail |
|---|
java.lang.String getName()
boolean isRequired()
java.lang.String getTranslator()
Translator.
boolean isUnique()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||