org.dicom4j.core
Class Const

java.lang.Object
  extended by org.dicom4j.core.Const

public final class Const
extends Object


Field Summary
static String CLASS_UID
          the Class UID
static int MAXIMUM_PDU_SIZE
          the default Maximum PDU Size for network communications
static String PROJECT_NAME
          the Project's name
static String VERSION
          the Version
static String VERSION_NAME
          the Version Name
 
Constructor Summary
Const()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_UID

public static final String CLASS_UID
the Class UID

See Also:
Constant Field Values

MAXIMUM_PDU_SIZE

public static final int MAXIMUM_PDU_SIZE
the default Maximum PDU Size for network communications

See Also:
Constant Field Values

PROJECT_NAME

public static final String PROJECT_NAME
the Project's name

See Also:
Constant Field Values

VERSION

public static final String VERSION
the Version

See Also:
Constant Field Values

VERSION_NAME

public static final String VERSION_NAME
the Version Name

See Also:
Constant Field Values
Constructor Detail

Const

public Const()


Copyright © 2009 dicom4j. All Rights Reserved.