java.lang.Object
java.lang.Enum<MetisListResource>
io.github.tonywasher.joceanus.metis.list.MetisListResource
All Implemented Interfaces:
MetisDataItem.MetisDataFieldId, OceanusBundleId, Serializable, Comparable<MetisListResource>, Constable

public enum MetisListResource extends Enum<MetisListResource> implements OceanusBundleId, MetisDataItem.MetisDataFieldId
ResourcesIds for List.
  • Enum Constant Details

  • Method Details

    • values

      public static MetisListResource[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static MetisListResource valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getKeyName

      public String getKeyName()
      Description copied from interface: OceanusBundleId
      Get Key Name.
      Specified by:
      getKeyName in interface OceanusBundleId
      Returns:
      the key name.
    • getNameSpace

      public String getNameSpace()
      Description copied from interface: OceanusBundleId
      Get NameSpace.
      Specified by:
      getNameSpace in interface OceanusBundleId
      Returns:
      the nameSpace.
    • getValue

      public String getValue()
      Description copied from interface: OceanusBundleId
      Get Value.
      Specified by:
      getValue in interface OceanusBundleId
      Returns:
      the value.
    • getId

      public String getId()
      Description copied from interface: MetisDataItem.MetisDataFieldId
      Obtain the fieldId.
      Specified by:
      getId in interface MetisDataItem.MetisDataFieldId
      Returns:
      the fieldId