public static enum CElementPropertyInfo.CollectionMode extends java.lang.Enum<CElementPropertyInfo.CollectionMode>
| Enum Constant | Description |
|---|---|
NOT_REPEATED |
|
REPEATED_ELEMENT |
|
REPEATED_VALUE |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isRepeated() |
|
static CElementPropertyInfo.CollectionMode |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CElementPropertyInfo.CollectionMode[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CElementPropertyInfo.CollectionMode NOT_REPEATED
public static final CElementPropertyInfo.CollectionMode REPEATED_ELEMENT
public static final CElementPropertyInfo.CollectionMode REPEATED_VALUE
public static CElementPropertyInfo.CollectionMode[] values()
for (CElementPropertyInfo.CollectionMode c : CElementPropertyInfo.CollectionMode.values()) System.out.println(c);
public static CElementPropertyInfo.CollectionMode 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 nullpublic boolean isRepeated()
Copyright © 2018 Oracle Corporation. All rights reserved.