public static enum ServerEndpointBuilderFactory.InformationObjectAddressType extends Enum<ServerEndpointBuilderFactory.InformationObjectAddressType>
org.eclipse.neoscada.protocol.iec60870.InformationObjectAddressType enum.| Modifier and Type | Method and Description |
|---|---|
static ServerEndpointBuilderFactory.InformationObjectAddressType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerEndpointBuilderFactory.InformationObjectAddressType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerEndpointBuilderFactory.InformationObjectAddressType SIZE_1
public static final ServerEndpointBuilderFactory.InformationObjectAddressType SIZE_2
public static final ServerEndpointBuilderFactory.InformationObjectAddressType SIZE_3
public static ServerEndpointBuilderFactory.InformationObjectAddressType[] values()
for (ServerEndpointBuilderFactory.InformationObjectAddressType c : ServerEndpointBuilderFactory.InformationObjectAddressType.values()) System.out.println(c);
public static ServerEndpointBuilderFactory.InformationObjectAddressType 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 nullApache Camel