Groovy Documentation

lsst.gruth.grutils
[Groovy] Enum SpecType

java.lang.Object
  lsst.gruth.grutils.SpecType

enum SpecType

Authors:
bamade


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

CTOR

SpecType CTOR


FREE_CODE

SpecType FREE_CODE


INSTANCE_FACTORY

SpecType INSTANCE_FACTORY


INSTANCE_METHOD

SpecType INSTANCE_METHOD


STATIC_FACTORY

SpecType STATIC_FACTORY


STATIC_METHOD

SpecType STATIC_METHOD


 
Method Detail

valueOf

SpecType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.


values

SpecType[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation