public static enum Association.State extends Enum<Association.State>
| Enum Constant and Description |
|---|
Sta1 |
Sta10 |
Sta11 |
Sta12 |
Sta13 |
Sta2 |
Sta3 |
Sta4 |
Sta5 |
Sta6 |
Sta7 |
Sta8 |
Sta9 |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Association.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Association.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
writePDataTF(Association as) |
public static final Association.State Sta1
public static final Association.State Sta2
public static final Association.State Sta3
public static final Association.State Sta4
public static final Association.State Sta5
public static final Association.State Sta6
public static final Association.State Sta7
public static final Association.State Sta8
public static final Association.State Sta9
public static final Association.State Sta10
public static final Association.State Sta11
public static final Association.State Sta12
public static final Association.State Sta13
public static Association.State[] values()
for (Association.State c : Association.State.values()) System.out.println(c);
public static Association.State 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 toString()
toString in class Enum<Association.State>public void writePDataTF(Association as) throws IOException
IOExceptionCopyright © 2021. All rights reserved.