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