|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.network.dimse.DimsePriority
public class DimsePriority
Dimse Priority
| Field Summary | |
|---|---|
static DimsePriority |
HIGH
HIGH priority |
static DimsePriority |
LOW
LOW priority |
static DimsePriority |
MEDIUM
MEDIUM priority |
| Constructor Summary | |
|---|---|
DimsePriority(int aValue)
|
|
| Method Summary | |
|---|---|
String |
toString()
Priority as string |
int |
value()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DimsePriority HIGH
public static final DimsePriority LOW
public static final DimsePriority MEDIUM
| Constructor Detail |
|---|
public DimsePriority(int aValue)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic int value()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||