|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TagMetaDataAttr
Method Summary | |
---|---|
String |
getDefaultVaue()
return the default value for this attribute or null if no default value is defined |
String |
getDescription()
A description of the attribute. |
Collection.Key |
getName()
The unique name of the attribute being declared |
String |
getType()
The runtime type of the attribute's value For example:String,Number,Boolean,Object,... |
boolean |
isRequired()
Whether the attribute is required. |
boolean |
isRuntimeExpressionValue()
Whether the attribute's value can be dynamically calculated at runtime. |
Method Detail |
---|
String getDescription()
String getType()
Collection.Key getName()
String getDefaultVaue()
boolean isRequired()
boolean isRuntimeExpressionValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |