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