EDMConstants.AggregateTypes
edm.edom3
Class EDMConstants.AggregateTypes
- java.lang.Object
- edm.edom3.EDMConstants.AggregateTypes
Enclosing interface:EDMConstants
public static class EDMConstants.AggregateTypes extends java.lang.Object
Enumeration of aggregate type
Field Summary
FieldsÂ
Constructor Summary
ConstructorsÂ
Constructor and Description AggregateTypes()
Â
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
sdaiBAG
public static final int sdaiBAG
Denotes aggregate type:See Also:Constant Field Values
sdaiLIST
public static final int sdaiLIST
Denotes aggregate type:See Also:Constant Field Values
sdaiSET
public static final int sdaiSET
Denotes aggregate type:See Also:Constant Field Values
sdaiARRAY
public static final int sdaiARRAY
Denotes aggregate type:See Also:Constant Field Values
edmGENAGGR
public static final int edmGENAGGR
Denotes aggregate type:See Also:Constant Field Values
edmNOAGGR
public static final int edmNOAGGR
Denotes aggregate type:See Also:Constant Field Values
Constructor Detail
AggregateTypes
public AggregateTypes()