Constructor and Description |
---|
Props.SimpleProperty(String name) |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getDisplayName() |
String |
getName() |
String |
getType() |
boolean |
isReadOnly() |
void |
setDefaultValue(String defaultValue) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setReadOnly(boolean readOnly) |
void |
setType(String type) |
public Props.SimpleProperty(String name)
public String getName()
public String getDescription()
public void setDescription(String description)
public String getType()
public void setType(String type)
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public String getDisplayName()
public void setDisplayName(String displayName)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
Copyright © 2013. All Rights Reserved.