public static enum EndpointMetadata.EndpointType extends Enum<EndpointMetadata.EndpointType>
| Modifier and Type | Method and Description |
|---|---|
static EndpointMetadata.EndpointType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointMetadata.EndpointType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EndpointMetadata.EndpointType IN
public static final EndpointMetadata.EndpointType OUT
public static final EndpointMetadata.EndpointType UNDIR
public static EndpointMetadata.EndpointType[] values()
for (EndpointMetadata.EndpointType c : EndpointMetadata.EndpointType.values()) System.out.println(c);
public static EndpointMetadata.EndpointType 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 © 2016. All rights reserved.