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