Package smetana.core

Enum Class ZType

All Implemented Interfaces:
Serializable, Comparable<ZType>, Constable

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

    • ST_Agedgepair_s

      public static final ZType ST_Agedgepair_s
    • ST_Agsym_s

      public static final ZType ST_Agsym_s
    • ST_dthold_s

      public static final ZType ST_dthold_s
    • ST_path

      public static final ZType ST_path
    • ST_Agedgeinfo_t

      public static final ZType ST_Agedgeinfo_t
    • ST_Agnodeinfo_t

      public static final ZType ST_Agnodeinfo_t
    • ST_Agraphinfo_t

      public static final ZType ST_Agraphinfo_t
    • ST_Agattr_s

      public static final ZType ST_Agattr_s
    • ST_Agdatadict_s

      public static final ZType ST_Agdatadict_s
    • ST_dtdata_s

      public static final ZType ST_dtdata_s
    • ST_Agraph_s

      public static final ZType ST_Agraph_s
    • ST_Agsubnode_s

      public static final ZType ST_Agsubnode_s
    • ST_Agnode_s

      public static final ZType ST_Agnode_s
    • ST_Agclos_s

      public static final ZType ST_Agclos_s
    • ST_pointf

      public static final ZType ST_pointf
    • ST_bezier

      public static final ZType ST_bezier
    • ST_Pedge_t

      public static final ZType ST_Pedge_t
    • ST_object_t

      public static final ZType ST_object_t
    • ST_xlabel_t

      public static final ZType ST_xlabel_t
    • ST_triangle_t

      public static final ZType ST_triangle_t
    • ST_Agedge_s

      public static final ZType ST_Agedge_s
    • ST_tna_t

      public static final ZType ST_tna_t
    • ST_rank_t

      public static final ZType ST_rank_t
    • ST_textspan_t

      public static final ZType ST_textspan_t
    • ST_field_t

      public static final ZType ST_field_t
  • Method Details

    • values

      public static ZType[] 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 ZType 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
    • create

      public __ptr__ create()