public static enum PropertyDescriptor.Multiplicity extends Enum<PropertyDescriptor.Multiplicity>
| Modifier and Type | Method and Description |
|---|---|
static PropertyDescriptor.Multiplicity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyDescriptor.Multiplicity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyDescriptor.Multiplicity SINGLE
public static final PropertyDescriptor.Multiplicity LIST
public static final PropertyDescriptor.Multiplicity SET
public static final PropertyDescriptor.Multiplicity RANGE
public static PropertyDescriptor.Multiplicity[] values()
for (PropertyDescriptor.Multiplicity c : PropertyDescriptor.Multiplicity.values()) System.out.println(c);
public static PropertyDescriptor.Multiplicity valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017 SAP SE. All Rights Reserved.