com.rapidtransform.core.meta.def
Class BaseMetaProperty
java.lang.Object
com.rapidtransform.core.meta.def.BaseMetaProperty
- All Implemented Interfaces:
- MetaProperty
public class BaseMetaProperty
- extends java.lang.Object
- implements MetaProperty
- Author:
- Steve
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseMetaProperty
public BaseMetaProperty()
getDefaultValue
public java.lang.String getDefaultValue()
- Specified by:
getDefaultValue
in interface MetaProperty
- Returns:
- Returns the defaultValue.
setDefaultValue
public void setDefaultValue(java.lang.String defaultValue)
- Parameters:
defaultValue
- The defaultValue to set.
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface MetaProperty
- Returns:
- Returns the description.
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description
- The description to set.
getDisplayKey
public java.lang.String getDisplayKey()
- Specified by:
getDisplayKey
in interface MetaProperty
- Returns:
- Returns the display resource bundle key.
setDisplayKey
public void setDisplayKey(java.lang.String display)
- Parameters:
display
- The display to set.
getName
public java.lang.String getName()
- Specified by:
getName
in interface MetaProperty
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name to set.
getType
public QName getType()
- Specified by:
getType
in interface MetaProperty
- Returns:
- Returns the type.
setType
public void setType(QName type)
- Parameters:
type
- The type to set.
isValueList
public boolean isValueList()
- Specified by:
isValueList
in interface MetaProperty
- Returns:
- Returns the valueList.
setValueList
public void setValueList(boolean valueList)
- Parameters:
valueList
- The valueList to set.
isRequired
public boolean isRequired()
- Specified by:
isRequired
in interface MetaProperty
- Returns:
- Returns the required.
setRequired
public void setRequired(boolean required)
- Parameters:
required
- The required to set.
isIndexed
public boolean isIndexed()
- Specified by:
isIndexed
in interface MetaProperty
- Returns:
- Returns the indexed.
setIndexed
public void setIndexed(boolean indexed)
- Parameters:
indexed
- The indexed to set.