de.hillenbrand.jreqtools
Class PropertyEditorElement
java.lang.Object
de.hillenbrand.jreqtools.PropertyEditorElement
public class PropertyEditorElement
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PropertyEditorElement
public PropertyEditorElement(java.lang.String key,
java.lang.String defaultValue,
java.lang.String description)
PropertyEditorElement
public PropertyEditorElement(java.lang.String key,
java.lang.String defaultValue,
java.lang.String description,
PropertyEditorElementType type)
getDefaultValue
public java.lang.String getDefaultValue()
setDefaultValue
public void setDefaultValue(java.lang.String defaultValue)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String key)
getType
public PropertyEditorElementType getType()
setType
public void setType(PropertyEditorElementType type)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object