public class PropertyDescription extends Object
| Constructor and Description |
|---|
PropertyDescription() |
PropertyDescription(String name,
String defaultValue,
boolean isClassIdentifier,
boolean isMutable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
boolean |
getIsClassIdentifier() |
boolean |
getIsMutable() |
String |
getName() |
Property |
getProperty() |
void |
setDefaultValue(String defaultValue) |
void |
setIsClassIdentifier(boolean classId) |
void |
setIsMutable(boolean mutable) |
void |
setName(String name) |
public void setName(String name)
public void setIsClassIdentifier(boolean classId)
public void setDefaultValue(String defaultValue)
public void setIsMutable(boolean mutable)
public String getName()
public boolean getIsClassIdentifier()
public String getDefaultValue()
public boolean getIsMutable()
public Property getProperty()
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.