public static enum ItemNetworkComponent.NetworkComponentType extends java.lang.Enum<ItemNetworkComponent.NetworkComponentType>
| Enum Constant and Description |
|---|
DIAGNOSTIC_SUBROUTINE |
NETWORK_API |
NETWORK_DATA_STORAGE |
NETWORK_IO_PORT |
NETWORK_NODE |
NETWORK_REGISTRY |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRegistryName() |
boolean |
isSecStationComponent() |
static ItemNetworkComponent.NetworkComponentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ItemNetworkComponent.NetworkComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemNetworkComponent.NetworkComponentType DIAGNOSTIC_SUBROUTINE
public static final ItemNetworkComponent.NetworkComponentType NETWORK_API
public static final ItemNetworkComponent.NetworkComponentType NETWORK_DATA_STORAGE
public static final ItemNetworkComponent.NetworkComponentType NETWORK_IO_PORT
public static final ItemNetworkComponent.NetworkComponentType NETWORK_REGISTRY
public static final ItemNetworkComponent.NetworkComponentType NETWORK_NODE
public static ItemNetworkComponent.NetworkComponentType[] values()
for (ItemNetworkComponent.NetworkComponentType c : ItemNetworkComponent.NetworkComponentType.values()) System.out.println(c);
public static ItemNetworkComponent.NetworkComponentType 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 nullpublic boolean isSecStationComponent()
public java.lang.String getRegistryName()