SkinInfo, TraitInfoImplpublic interface SubstanceTraitInfo
SkinInfo.| Modifier and Type | Method | Description |
|---|---|---|
String |
getClassName() |
Returns the class name of the associated trait.
|
String |
getDisplayName() |
Returns the display name of the associated trait.
|
boolean |
isDefault() |
Returns indication whether the associated trait is default.
|
void |
setDefault(boolean isDefault) |
Sets indication whether the associated trait is default.
|
String getDisplayName()
String getClassName()
boolean isDefault()
true if the associated trait is default,
false otherwise.void setDefault(boolean isDefault)
isDefault - New indication whether the associated trait is default.