public class TagMetaDataAttrImpl extends MissingAttribute implements TagMetaDataAttr
Constructor and Description |
---|
TagMetaDataAttrImpl(Collection.Key name,
String[] alias,
boolean required,
String type,
boolean isRuntimeExpressionValue,
String defaultValue,
String description)
Constructor of the class
|
TagMetaDataAttrImpl(String name,
String[] alias,
boolean required,
String type,
boolean isRuntimeExpressionValue,
String defaultValue,
String description)
Constructor of the class
|
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.
|
boolean |
isRequired()
Whether the attribute is required.
|
boolean |
isRuntimeExpressionValue()
Whether the attribute's value can be dynamically calculated at runtime.
|
getAlias, getName, getType, newInstance, newInstance, newInstance, newInstance, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, getType
public TagMetaDataAttrImpl(String name, String[] alias, boolean required, String type, boolean isRuntimeExpressionValue, String defaultValue, String description)
name
- required
- type
- public TagMetaDataAttrImpl(Collection.Key name, String[] alias, boolean required, String type, boolean isRuntimeExpressionValue, String defaultValue, String description)
name
- required
- type
- description
- public String getDescription()
TagMetaDataAttr
getDescription
in interface TagMetaDataAttr
public boolean isRequired()
TagMetaDataAttr
isRequired
in interface TagMetaDataAttr
public boolean isRuntimeExpressionValue()
TagMetaDataAttr
isRuntimeExpressionValue
in interface TagMetaDataAttr
public String getDefaultVaue()
TagMetaDataAttr
getDefaultVaue
in interface TagMetaDataAttr
Copyright © 2015 Lucee