public enum swGtolGeomCharSymbol_e extends java.lang.Enum<swGtolGeomCharSymbol_e>
Enum Constant and Description |
---|
swGcsANG |
swGcsCIRCOPENRUNOUT |
swGcsCIRCRUNOUT |
swGcsCONC |
swGcsCYL |
swGcsFLAT |
swGcsLINEPROF |
swGcsNONE |
swGcsPARALLEL |
swGcsPERP |
swGcsPOSITION |
swGcsROUND |
swGcsSQUARE |
swGcsSTRAIGHT |
swGcsSURFPROF |
swGcsSYMMETRY |
swGcsTOTALOPENRUNOUT |
swGcsTOTALRUNOUT |
swGcsUBUTTON |
Modifier and Type | Method and Description |
---|---|
static swGtolGeomCharSymbol_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swGtolGeomCharSymbol_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swGtolGeomCharSymbol_e swGcsNONE
public static final swGtolGeomCharSymbol_e swGcsSYMMETRY
public static final swGtolGeomCharSymbol_e swGcsSTRAIGHT
public static final swGtolGeomCharSymbol_e swGcsFLAT
public static final swGtolGeomCharSymbol_e swGcsROUND
public static final swGtolGeomCharSymbol_e swGcsCYL
public static final swGtolGeomCharSymbol_e swGcsLINEPROF
public static final swGtolGeomCharSymbol_e swGcsSURFPROF
public static final swGtolGeomCharSymbol_e swGcsANG
public static final swGtolGeomCharSymbol_e swGcsPERP
public static final swGtolGeomCharSymbol_e swGcsPARALLEL
public static final swGtolGeomCharSymbol_e swGcsPOSITION
public static final swGtolGeomCharSymbol_e swGcsCONC
public static final swGtolGeomCharSymbol_e swGcsCIRCRUNOUT
public static final swGtolGeomCharSymbol_e swGcsTOTALRUNOUT
public static final swGtolGeomCharSymbol_e swGcsCIRCOPENRUNOUT
public static final swGtolGeomCharSymbol_e swGcsTOTALOPENRUNOUT
public static final swGtolGeomCharSymbol_e swGcsUBUTTON
public static final swGtolGeomCharSymbol_e swGcsSQUARE
public static swGtolGeomCharSymbol_e[] values()
for (swGtolGeomCharSymbol_e c : swGtolGeomCharSymbol_e.values()) System.out.println(c);
public static swGtolGeomCharSymbol_e valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null