public enum MultiplicityType extends Enum<MultiplicityType>
multiplicityType
xsd typeModifier and Type | Method and Description |
---|---|
static MultiplicityType |
getFromStringValue(String value) |
String |
toString() |
static MultiplicityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiplicityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiplicityType _ONE
public static final MultiplicityType _MANY
public static MultiplicityType[] values()
for (MultiplicityType c : MultiplicityType.values()) System.out.println(c);
public static MultiplicityType 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 String toString()
toString
in class Enum<MultiplicityType>
public static MultiplicityType getFromStringValue(String value)
Copyright © 2024 JBoss by Red Hat. All rights reserved.