| Modifier and Type | Field and Description |
|---|---|
int |
max |
java.lang.String |
name |
boolean |
rw |
boolean |
word |
| Modifier and Type | Method and Description |
|---|---|
static Bank |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Bank[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
abstract int |
width(PDU.DataType registerType) |
public static final Bank I
public static final Bank C
public static final Bank R
public static final Bank H
public final java.lang.String name
public final boolean word
public final boolean rw
public final int max
public static Bank[] values()
for (Bank c : Bank.values()) System.out.println(c);
public static Bank 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 abstract int width(PDU.DataType registerType)
aQute SARL All Rights Reserved