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