Package smetana.core
Enum ZType
- java.lang.Object
-
- java.lang.Enum<ZType>
-
- smetana.core.ZType
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description __ptr__
create()
static ZType
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ZType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
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 Detail
-
values
public static ZType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ZType c : ZType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ZType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
create
public __ptr__ create()
-
-