Interface RadianceTraitInfo
-
- All Known Implementing Classes:
SkinInfo
,TraitInfoImpl
public interface RadianceTraitInfo
Base interface for Radiance traits info.
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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.
-
-
-
Method Detail
-
getDisplayName
java.lang.String getDisplayName()
Returns the display name of the associated trait. This method is part of officially supported API.- Returns:
- The display name of the associated trait.
-
getClassName
java.lang.String getClassName()
Returns the class name of the associated trait.- Returns:
- The class name of the associated trait. This method is part of officially supported API.
-
-