public static enum EndpointMetadata.EndpointType extends java.lang.Enum<EndpointMetadata.EndpointType>
| Modifier and Type | Method and Description |
|---|---|
static EndpointMetadata.EndpointType |
valueOf(java.lang.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(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 null