public enum CatSchIDLCntrSymbolType extends java.lang.Enum<CatSchIDLCntrSymbolType>
Enum Constant and Description |
---|
catSchIDLCntrSymbol_LineBoundary |
catSchIDLCntrSymbol_OnOffSheet |
catSchIDLCntrSymbol_Point |
catSchIDLCntrSymbol_PtVector |
catSchIDLCntrSymbol_Undefined |
Modifier and Type | Method and Description |
---|---|
static CatSchIDLCntrSymbolType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatSchIDLCntrSymbolType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatSchIDLCntrSymbolType catSchIDLCntrSymbol_Undefined
public static final CatSchIDLCntrSymbolType catSchIDLCntrSymbol_Point
public static final CatSchIDLCntrSymbolType catSchIDLCntrSymbol_PtVector
public static final CatSchIDLCntrSymbolType catSchIDLCntrSymbol_OnOffSheet
public static final CatSchIDLCntrSymbolType catSchIDLCntrSymbol_LineBoundary
public static CatSchIDLCntrSymbolType[] values()
for (CatSchIDLCntrSymbolType c : CatSchIDLCntrSymbolType.values()) System.out.println(c);
public static CatSchIDLCntrSymbolType 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