public static enum PObject.TypeFamily extends java.lang.Enum<PObject.TypeFamily>
Enum Constant and Description |
---|
GROOVY
Groovy language object
|
JPALIO
jPALIO language object
|
STATIC
Static objects.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getIdLowerLimit() |
java.lang.Long |
getIdUpperLimit() |
static PObject.TypeFamily |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PObject.TypeFamily[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PObject.TypeFamily JPALIO
public static final PObject.TypeFamily GROOVY
public static final PObject.TypeFamily STATIC
public static PObject.TypeFamily[] values()
for (PObject.TypeFamily c : PObject.TypeFamily.values()) System.out.println(c);
public static PObject.TypeFamily 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 nullpublic java.lang.Long getIdLowerLimit()
public java.lang.Long getIdUpperLimit()