Enum Class CgmesSubset

java.lang.Object
java.lang.Enum<CgmesSubset>
com.powsybl.cgmes.model.CgmesSubset
All Implemented Interfaces:
Serializable, Comparable<CgmesSubset>, Constable

public enum CgmesSubset extends Enum<CgmesSubset>
Author:
Luma ZamarreƱo <zamarrenolm at aia.es>
  • Enum Constant Details

    • EQUIPMENT

      public static final CgmesSubset EQUIPMENT
    • TOPOLOGY

      public static final CgmesSubset TOPOLOGY
    • STATE_VARIABLES

      public static final CgmesSubset STATE_VARIABLES
    • STEADY_STATE_HYPOTHESIS

      public static final CgmesSubset STEADY_STATE_HYPOTHESIS
    • DYNAMIC

      public static final CgmesSubset DYNAMIC
    • DIAGRAM_LAYOUT

      public static final CgmesSubset DIAGRAM_LAYOUT
    • GEOGRAPHICAL_LOCATION

      public static final CgmesSubset GEOGRAPHICAL_LOCATION
    • EQUIPMENT_BOUNDARY

      public static final CgmesSubset EQUIPMENT_BOUNDARY
    • TOPOLOGY_BOUNDARY

      public static final CgmesSubset TOPOLOGY_BOUNDARY
    • UNKNOWN

      public static final CgmesSubset UNKNOWN
  • Method Details

    • values

      public static CgmesSubset[] 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 CgmesSubset 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
    • getIdentifier

      public String getIdentifier()
      Get the identifier of a subset
    • getProfile

      public String getProfile()
    • isValidName

      public boolean isValidName(String contextName)