public static enum CElementPropertyInfo.CollectionMode extends Enum<CElementPropertyInfo.CollectionMode>
Enum Constant and Description |
---|
NOT_REPEATED |
REPEATED_ELEMENT |
REPEATED_VALUE |
Modifier and Type | Method and Description |
---|---|
boolean |
isRepeated() |
static CElementPropertyInfo.CollectionMode |
valueOf(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(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 nullpublic boolean isRepeated()
Copyright © 2021 JBoss by Red Hat. All rights reserved.