Interface RadianceTraitInfo

All Known Implementing Classes:
SkinInfo, TraitInfoImpl

public interface RadianceTraitInfo
Base interface for Radiance traits info.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the class name of the associated trait.
    Returns the display name of the associated trait.
  • Method Details

    • getDisplayName

      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

      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.