public class PropertySettings extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
constrained |
protected String |
displayName |
protected String |
editorName |
protected Boolean |
expert |
protected Boolean |
hidden |
protected String |
htmlDescription |
protected String |
name |
protected Boolean |
preferred |
protected Boolean |
readOnly |
protected String |
shortDescription |
| Constructor and Description |
|---|
PropertySettings() |
PropertySettings(PropertySettings sample) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(Property p,
PropertyDB pdb) |
PropertySettings |
clone() |
boolean |
equals(Object obj) |
Boolean |
getConstrained() |
String |
getDisplayName() |
String |
getEditorName() |
Boolean |
getExpert() |
Boolean |
getHidden() |
String |
getHtmlDescription() |
String |
getName() |
Boolean |
getPreferred() |
Boolean |
getReadOnly() |
String |
getShortDescription() |
int |
hashCode() |
void |
setConstrained(Boolean constrained) |
void |
setDisplayName(String displayName) |
void |
setEditorName(String editorName) |
void |
setExpert(Boolean expert) |
void |
setHidden(Boolean hidden) |
void |
setHtmlDescription(String htmlDescription) |
void |
setPreferred(Boolean preferred) |
void |
setReadOnly(Boolean readOnly) |
void |
setShortDescription(String shortDescription) |
protected String displayName
protected Boolean constrained
protected Boolean expert
protected Boolean hidden
protected String name
protected Boolean preferred
protected String shortDescription
protected String htmlDescription
protected Boolean readOnly
protected String editorName
public PropertySettings()
public PropertySettings(PropertySettings sample)
public PropertySettings clone()
public String getDisplayName()
public void setDisplayName(String displayName)
public Boolean getConstrained()
public void setConstrained(Boolean constrained)
public Boolean getExpert()
public void setExpert(Boolean expert)
public Boolean getHidden()
public void setHidden(Boolean hidden)
public String getName()
public Boolean getPreferred()
public void setPreferred(Boolean preferred)
public String getShortDescription()
public void setShortDescription(String shortDescription)
public String getHtmlDescription()
public void setHtmlDescription(String htmlDescription)
public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public String getEditorName()
public void setEditorName(String editorName)
public void applyTo(Property p, PropertyDB pdb)
Copyright © 2018. All rights reserved.