public class PropertyDefinition
extends java.lang.Object
Constructor and Description |
---|
PropertyDefinition() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDefaultValue()
Get default value of property definition
|
java.lang.String |
getDisplayName()
Get display name of property definition
|
java.lang.String |
getName()
Get name of property definition
|
java.lang.String |
getType()
Get type of property definition
|
void |
setDefaultValue(java.lang.Object defaultValue)
Set default value of property definition
|
void |
setDisplayName(java.lang.String displayName)
Set display name of property definition
|
void |
setName(java.lang.String name)
Set name of property definition
|
void |
setType(java.lang.String type)
Set type of property definition
|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- name of property definitionpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- type of property definitionpublic java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName
- display name of property definitionpublic java.lang.Object getDefaultValue()
public void setDefaultValue(java.lang.Object defaultValue)
defaultValue
- default value of property definition