Class ComboDescriptor
- java.lang.Object
-
- de.codecentric.reedelk.module.descriptor.model.property.ComboDescriptor
-
- All Implemented Interfaces:
PropertyTypeDescriptor,Serializable
public class ComboDescriptor extends Object implements PropertyTypeDescriptor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComboDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getComboValues()StringgetPrototype()Class<?>getType()booleanisEditable()voidsetComboValues(String[] comboValues)voidsetEditable(boolean editable)voidsetPrototype(String prototype)StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.codecentric.reedelk.module.descriptor.model.property.PropertyTypeDescriptor
setType
-
-
-
-
Method Detail
-
getType
public Class<?> getType()
- Specified by:
getTypein interfacePropertyTypeDescriptor
-
isEditable
public boolean isEditable()
-
setEditable
public void setEditable(boolean editable)
-
getPrototype
public String getPrototype()
-
setPrototype
public void setPrototype(String prototype)
-
getComboValues
public String[] getComboValues()
-
setComboValues
public void setComboValues(String[] comboValues)
-
-