public enum MethodInterfaceType extends java.lang.Enum<MethodInterfaceType>
| Enum Constant | Description |
|---|---|
Home |
Home
|
Local |
Local
|
LocalHome |
LocalHome
|
MessageEndpoint |
MessageEndpoint
|
Remote |
Remote
|
ServiceEndpoint |
ServiceEndpoint
|
Timer |
Timer
|
| Modifier and Type | Method | Description |
|---|---|---|
static MethodInterfaceType |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018 JBoss by Red Hat. All rights reserved.