public static enum ViewDefDescriptor.Dimension.Multiplicity extends java.lang.Enum<ViewDefDescriptor.Dimension.Multiplicity>
| Enum Constant and Description |
|---|
COLLECTION |
REFERENCE |
| Modifier and Type | Method and Description |
|---|---|
static ViewDefDescriptor.Dimension.Multiplicity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ViewDefDescriptor.Dimension.Multiplicity[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final ViewDefDescriptor.Dimension.Multiplicity REFERENCE
public static final ViewDefDescriptor.Dimension.Multiplicity COLLECTION
public static ViewDefDescriptor.Dimension.Multiplicity[] values()
for (ViewDefDescriptor.Dimension.Multiplicity c : ViewDefDescriptor.Dimension.Multiplicity.values())
System.out.println(c);
public static ViewDefDescriptor.Dimension.Multiplicity valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null