public static enum BusAddress.AddressBusTypes extends Enum<BusAddress.AddressBusTypes>
| Modifier and Type | Method and Description |
|---|---|
String |
getBusType() |
static BusAddress.AddressBusTypes |
toEnum(String _str) |
static BusAddress.AddressBusTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BusAddress.AddressBusTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BusAddress.AddressBusTypes UNIX
public static final BusAddress.AddressBusTypes TCP
public static BusAddress.AddressBusTypes[] values()
for (BusAddress.AddressBusTypes c : BusAddress.AddressBusTypes.values()) System.out.println(c);
public static BusAddress.AddressBusTypes 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 String getBusType()
public static BusAddress.AddressBusTypes toEnum(String _str)
Copyright © 2020. All rights reserved.