Package gov.nih.mipav.model.structures
Class ModelStorageBase
- java.lang.Object
-
- gov.nih.mipav.model.structures.ModelStorageBase
-
public class ModelStorageBase extends Object
Stub of the MIPAV ModelStorageBase class. NOTE: This class contains NO real implementation.
-
-
Constructor Summary
Constructors Constructor Description ModelStorageBase()
-
-
-
Field Detail
-
BYTE
public static final int BYTE
- See Also:
- Constant Field Values
-
UBYTE
public static final int UBYTE
- See Also:
- Constant Field Values
-
SHORT
public static final int SHORT
- See Also:
- Constant Field Values
-
USHORT
public static final int USHORT
- See Also:
- Constant Field Values
-
INTEGER
public static final int INTEGER
- See Also:
- Constant Field Values
-
UINTEGER
public static final int UINTEGER
- See Also:
- Constant Field Values
-
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
-
DOUBLE
public static final int DOUBLE
- See Also:
- Constant Field Values
-
-