Groovy Documentation

edu.kit.iism.tacdemo
[Groovy] Enum ModReasonCode

java.lang.Object
  ModReasonCode

enum ModReasonCode

Enum Constant Summary
DELETIONBYSYSTEM

DELETIONBYUSER

EXECUTION

INSERT

MODIFICATION

PARTIALEXECUTION

 
Field Summary
private int idVal

 
Constructor Summary
ModReasonCode(int id)

 
Method Summary
int getId()

ModReasonCode valueOf(java.lang.String name)

Returns the enum constant of this type with the specified name.

ModReasonCode[] 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

DELETIONBYSYSTEM

ModReasonCode DELETIONBYSYSTEM


DELETIONBYUSER

ModReasonCode DELETIONBYUSER


EXECUTION

ModReasonCode EXECUTION


INSERT

ModReasonCode INSERT


MODIFICATION

ModReasonCode MODIFICATION


PARTIALEXECUTION

ModReasonCode PARTIALEXECUTION


 
Field Detail

idVal

private final int idVal


 
Constructor Detail

ModReasonCode

ModReasonCode(int id)


 
Method Detail

getId

int getId()


valueOf

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


values

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


 

Groovy Documentation