SkinInfo, TraitInfoImplpublic interface SubstanceTraitInfo
SkinInfo.| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getClassName() |
Returns the class name of the associated trait.
|
java.lang.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.
|
java.lang.String getDisplayName()
java.lang.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.