public interface TagMetaDataAttr
Modifier and Type | Method and Description |
---|---|
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.
|
String getDescription()
String getType()
Collection.Key getName()
String getDefaultVaue()
boolean isRequired()
boolean isRuntimeExpressionValue()
Copyright © 2015 Lucee