
public enum MethodIntfType extends Enum<MethodIntfType>
method-intfType xsd type| Enum Constant and Description |
|---|
_HOME |
_LOCAL |
_LOCALHOME |
_MESSAGEENDPOINT |
_REMOTE |
_SERVICEENDPOINT |
_TIMER |
| Modifier and Type | Method and Description |
|---|---|
static MethodIntfType |
getFromStringValue(String value) |
String |
toString() |
static MethodIntfType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodIntfType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MethodIntfType _HOME
public static final MethodIntfType _REMOTE
public static final MethodIntfType _LOCALHOME
public static final MethodIntfType _LOCAL
public static final MethodIntfType _SERVICEENDPOINT
public static final MethodIntfType _TIMER
public static final MethodIntfType _MESSAGEENDPOINT
public static MethodIntfType[] values()
for (MethodIntfType c : MethodIntfType.values()) System.out.println(c);
public static MethodIntfType 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<MethodIntfType>public static MethodIntfType getFromStringValue(String value)
Copyright © 2021 JBoss by Red Hat. All rights reserved.