public enum State extends Enum<State>
| Enum Constant and Description |
|---|
Sta1 |
Sta10 |
Sta11 |
Sta12 |
Sta13 |
Sta2 |
Sta3 |
Sta4 |
Sta5 |
Sta6 |
Sta7 |
Sta8 |
Sta9 |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
closeSocket(Association as) |
(package private) void |
closeSocketDelayed(Association as) |
(package private) void |
onAAssociateAC(Association as,
AAssociateAC ac) |
(package private) void |
onAAssociateRJ(Association as,
AAssociateRJ rj) |
(package private) void |
onAAssociateRQ(Association as,
AAssociateRQ rq) |
(package private) void |
onAReleaseRP(Association as) |
(package private) void |
onAReleaseRQ(Association as) |
(package private) void |
onPDataTF(Association as) |
String |
toString() |
static State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
(package private) void |
write(Association as,
AAbort aa) |
(package private) void |
writeAReleaseRQ(Association as) |
void |
writePDataTF(Association as) |
public static State[] values()
for (State c : State.values()) System.out.println(c);
public static 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 nullvoid onAAssociateRQ(Association as, AAssociateRQ rq) throws IOException
IOExceptionvoid onAAssociateAC(Association as, AAssociateAC ac) throws IOException
IOExceptionvoid onAAssociateRJ(Association as, AAssociateRJ rj) throws IOException
IOExceptionvoid onPDataTF(Association as) throws IOException
IOExceptionvoid onAReleaseRQ(Association as) throws IOException
IOExceptionvoid onAReleaseRP(Association as) throws IOException
IOExceptionvoid writeAReleaseRQ(Association as) throws IOException
IOExceptionvoid write(Association as, AAbort aa) throws IOException
IOExceptionpublic void writePDataTF(Association as) throws IOException
IOExceptionvoid closeSocket(Association as)
void closeSocketDelayed(Association as)
Copyright © 2017 dcm4che.org. All rights reserved.