| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.farrago.fem.fennel.AggFunctionEnum
public final class AggFunctionEnum
AggFunction enumeration class implementation.
Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.
| Field Summary | |
|---|---|
static AggFunctionEnum | 
AGG_FUNC_COUNT
Enumeration constant corresponding to literal AGG_FUNC_COUNT.  | 
static AggFunctionEnum | 
AGG_FUNC_MAX
Enumeration constant corresponding to literal AGG_FUNC_MAX.  | 
static AggFunctionEnum | 
AGG_FUNC_MIN
Enumeration constant corresponding to literal AGG_FUNC_MIN.  | 
static AggFunctionEnum | 
AGG_FUNC_SINGLE_VALUE
Enumeration constant corresponding to literal AGG_FUNC_SINGLE_VALUE.  | 
static AggFunctionEnum | 
AGG_FUNC_SUM
Enumeration constant corresponding to literal AGG_FUNC_SUM.  | 
private  String | 
literalName
 | 
private static List<String> | 
typeName
 | 
private static Map<String,AggFunctionEnum> | 
valueMap
 | 
| Constructor Summary | |
|---|---|
private  | 
AggFunctionEnum(String literalName)
 | 
| Method Summary | |
|---|---|
 boolean | 
equals(Object o)
Indicates whether some other object is equal to this enumeration value.  | 
static AggFunction | 
forName(String name)
Translates literal name to correspondent enumeration value.  | 
 int | 
hashCode()
Returns a hash code for this enumeration value.  | 
protected  Object | 
readResolve()
Resolves serialized instance of enumeration value.  | 
 List<String> | 
refTypeName()
Returns fully qualified name of the enumeration type.  | 
 String | 
toString()
Returns a string representation of the enumeration value.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final AggFunctionEnum AGG_FUNC_SUM
public static final AggFunctionEnum AGG_FUNC_COUNT
public static final AggFunctionEnum AGG_FUNC_MIN
public static final AggFunctionEnum AGG_FUNC_MAX
public static final AggFunctionEnum AGG_FUNC_SINGLE_VALUE
private static final Map<String,AggFunctionEnum> valueMap
private static final List<String> typeName
private final String literalName
| Constructor Detail | 
|---|
private AggFunctionEnum(String literalName)
| Method Detail | 
|---|
public List<String> refTypeName()
refTypeName in interface RefEnumpublic String toString()
toString in interface RefEnumtoString in class Objectpublic int hashCode()
hashCode in interface RefEnumhashCode in class Objectpublic boolean equals(Object o)
equals in interface RefEnumequals in class Objecto - The reference object with which to compare.
public static AggFunction forName(String name)
name - Enumeration literal.
protected Object readResolve()
                      throws ObjectStreamException
ObjectStreamException
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||