Enum Class UftpXsds

java.lang.Object
java.lang.Enum<UftpXsds>
org.lfenergy.shapeshifter.api.xsdinfo.UftpXsds
All Implemented Interfaces:
Serializable, Comparable<UftpXsds>, Constable

public enum UftpXsds extends Enum<UftpXsds>
  • Enum Constant Details

    • COMMON

      public static final UftpXsds COMMON
    • AGR

      public static final UftpXsds AGR
    • AGR_CRO

      public static final UftpXsds AGR_CRO
    • AGR_DSO

      public static final UftpXsds AGR_DSO
    • CRO

      public static final UftpXsds CRO
    • CRO_DSO

      public static final UftpXsds CRO_DSO
    • DSO

      public static final UftpXsds DSO
    • METERING

      public static final UftpXsds METERING
    • ALL

      public static final UftpXsds ALL
  • Method Details

    • values

      public static UftpXsds[] 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 UftpXsds 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
    • getUrl

      public URL getUrl()