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