public enum swGeomType_e extends java.lang.Enum<swGeomType_e>
Enum Constant and Description |
---|
sw3DCYLINDER |
sw3DPARAMETRICSURFACE |
sw3DPLANE |
sw3DSPHERE |
swARC |
swDIM |
swELLIPSE |
swHATCH |
swINVALIDGTYPE |
swLINE |
swPARABOLA |
swPOINT |
swSPLINECURVE |
swSUBSKETCH |
swTEXT |
Modifier and Type | Method and Description |
---|---|
static swGeomType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swGeomType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swGeomType_e swPOINT
public static final swGeomType_e swLINE
public static final swGeomType_e swARC
public static final swGeomType_e swSPLINECURVE
public static final swGeomType_e swELLIPSE
public static final swGeomType_e swTEXT
public static final swGeomType_e swHATCH
public static final swGeomType_e swPARABOLA
public static final swGeomType_e sw3DPLANE
public static final swGeomType_e sw3DCYLINDER
public static final swGeomType_e sw3DSPHERE
public static final swGeomType_e sw3DPARAMETRICSURFACE
public static final swGeomType_e swDIM
public static final swGeomType_e swSUBSKETCH
public static final swGeomType_e swINVALIDGTYPE
public static swGeomType_e[] values()
for (swGeomType_e c : swGeomType_e.values()) System.out.println(c);
public static swGeomType_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