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