Class J2Ci.jE_Condition
All Packages Class Hierarchy This Package Previous Next Index
Class J2Ci.jE_Condition
Object
|
+----J2Ci.jE_Condition
- public class jE_Condition
- extends Object
The class jE_Condition represents the C++-enumeration
E_Condition.
- Author:
- Andreas Schröter
-
EC_CannotChangeRepresentation
- Constant; Can't change representation.
-
EC_CorruptedData
- Constant; Corrupted data.
-
EC_DoubledTag
- Constant; Doubled tag.
-
EC_EndOfStream
- Constant; End of stream.
-
EC_IllegalCall
- Constant; Illegal call.
-
EC_InvalidStream
- Constant; Invalid stream.
-
EC_InvalidTag
- Constant; Invalid Tag.
-
EC_InvalidVR
- Constant; Invalid value representation.
-
EC_ItemEnd
- Constant; Item end.
-
EC_MemoryExhausted
- Constant; Memory exhausted.
-
EC_Normal
- Constant; Method was successful.
-
EC_RepresentationNotFound
- Constant; Representation not found.
-
EC_SequEnd
- Constant; Sequence end.
-
EC_StreamNotifyClient
- Constant; Stream will notify client.
-
EC_TagNotFound
- Constant; Tag not found.
-
EC_WrongStreamMode
- Constant; Wrong stream mode.
-
J2Ci.jE_Condition()
-
EC_CannotChangeRepresentation
public static final int EC_CannotChangeRepresentation
- Constant; Can't change representation.
EC_CorruptedData
public static final int EC_CorruptedData
- Constant; Corrupted data.
EC_DoubledTag
public static final int EC_DoubledTag
- Constant; Doubled tag.
EC_EndOfStream
public static final int EC_EndOfStream
- Constant; End of stream.
EC_IllegalCall
public static final int EC_IllegalCall
- Constant; Illegal call.
EC_InvalidStream
public static final int EC_InvalidStream
- Constant; Invalid stream.
EC_InvalidTag
public static final int EC_InvalidTag
- Constant; Invalid Tag.
EC_InvalidVR
public static final int EC_InvalidVR
- Constant; Invalid value representation.
EC_ItemEnd
public static final int EC_ItemEnd
- Constant; Item end.
EC_MemoryExhausted
public static final int EC_MemoryExhausted
- Constant; Memory exhausted.
EC_Normal
public static final int EC_Normal
- Constant; Method was successful.
EC_RepresentationNotFound
public static final int EC_RepresentationNotFound
- Constant; Representation not found.
EC_SequEnd
public static final int EC_SequEnd
- Constant; Sequence end.
EC_StreamNotifyClient
public static final int EC_StreamNotifyClient
- Constant; Stream will notify client.
EC_TagNotFound
public static final int EC_TagNotFound
- Constant; Tag not found.
EC_WrongStreamMode
public static final int EC_WrongStreamMode
- Constant; Wrong stream mode.
jE_Condition
public jE_Condition()
All Packages Class Hierarchy This Package Previous Next Index