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