Interface ElementClassAttribute
- All Superinterfaces:
ElementMetaBase
- All Known Implementing Classes:
AbstractElementClassAttribute, DefaultElementClassAttribute
The ElementClass stores all parse information to config the Element.
- Version:
- 1.0 Aug 11, 2005
- Author:
- Willem Cazander
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttributeAlias(String alias) Add an attribute alias for this attribute.Get all the aliases for this attribute.Gets the default value.Gets the ObjectConverter.Gets the required state of this attribute.voidremoveAttributeAlias(String alias) Removes an attribute alias.voidsetDefaultValue(Object defaultValue) Sets the defaultValue of this attribute.voidsetObjectConverter(ObjectConverter objectConverter) Add the ObjectConverter whichs converts.voidsetRequired(Boolean required) Sets the required state of this attribute.voidsetRunBeanValue(Boolean runBeanValue) voidsetRunConverters(Boolean runConverters) voidsetRunResolveEL(Boolean runResolveEL) voidsetWriteOrder(Integer writeOrder) Methods inherited from interface ElementMetaBase
getDescription, getId, setDescription, setId
-
Method Details
-
getObjectConverter
-
setObjectConverter
Add the ObjectConverter whichs converts.- Parameters:
objectConverter- The objectConverter to set for this attribute.
-
setDefaultValue
Sets the defaultValue of this attribute.- Parameters:
defaultValue- The defaultValue to set.
-
getDefaultValue
-
addAttributeAlias
Add an attribute alias for this attribute.- Parameters:
alias- The alias.
-
removeAttributeAlias
-
getAttributeAliases
-
getRequired
Boolean getRequired()Gets the required state of this attribute.- Returns:
- If true then attribute is required.
-
setRequired
Sets the required state of this attribute.- Parameters:
required- the required to set.
-
getRunResolveEL
Boolean getRunResolveEL()- Returns:
- the runResolveEL.
-
setRunResolveEL
- Parameters:
runResolveEL- the runResolveEL to set.
-
getRunConverters
Boolean getRunConverters()- Returns:
- the runConverters.
-
setRunConverters
- Parameters:
runConverters- the runConverters to set.
-
getRunBeanValue
Boolean getRunBeanValue()- Returns:
- the runBeanValue.
-
setRunBeanValue
- Parameters:
runBeanValue- the runBeanValue to set.
-
getWriteOrder
Integer getWriteOrder()- Returns:
- the writeOrder
-
setWriteOrder
- Parameters:
writeOrder- the writeOrder to set
-