public enum MethodIntfType extends Enum<MethodIntfType>
method-intfType
xsd typeEnum Constant and Description |
---|
_HOME |
_LOCAL |
_LOCALHOME |
_REMOTE |
_SERVICEENDPOINT |
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 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 © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.