|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectlsst.gruth.grutils.SpecType
enum SpecType
Enum Constant Summary | |
---|---|
CTOR
|
|
FREE_CODE
|
|
INSTANCE_FACTORY
|
|
INSTANCE_METHOD
|
|
STATIC_FACTORY
|
|
STATIC_METHOD
|
Method Summary | |
---|---|
SpecType
|
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
SpecType[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Enum Constant Detail |
---|
SpecType CTOR
SpecType FREE_CODE
SpecType INSTANCE_FACTORY
SpecType INSTANCE_METHOD
SpecType STATIC_FACTORY
SpecType STATIC_METHOD
Method Detail |
---|
SpecType valueOf(java.lang.String name)
SpecType[] values()
Groovy Documentation