public enum MethodInterfaceType extends Enum<MethodInterfaceType>
Enum Constant and Description |
---|
Home
Home
|
Local
Local
|
LocalHome
LocalHome
|
MessageEndpoint
MessageEndpoint
|
Remote
Remote
|
ServiceEndpoint
ServiceEndpoint
|
Timer
Timer
|
Modifier and Type | Method and Description |
---|---|
static MethodInterfaceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodInterfaceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MethodInterfaceType Home
public static final MethodInterfaceType Remote
public static final MethodInterfaceType LocalHome
public static final MethodInterfaceType Local
public static final MethodInterfaceType ServiceEndpoint
public static final MethodInterfaceType Timer
public static final MethodInterfaceType MessageEndpoint
public static MethodInterfaceType[] values()
for (MethodInterfaceType c : MethodInterfaceType.values()) System.out.println(c);
public static MethodInterfaceType 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 nullCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.