Package com.bc.ceres.binio
Class SimpleType
- java.lang.Object
-
- com.bc.ceres.binio.SimpleType
-
-
Field Summary
Fields Modifier and Type Field Description static SimpleType
BYTE
static SimpleType
DOUBLE
static SimpleType
FLOAT
static SimpleType
INT
static SimpleType
LONG
static SimpleType
SHORT
static SimpleType
UBYTE
static SimpleType
UINT
static SimpleType
ULONG
static SimpleType
USHORT
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
int
getSize()
boolean
isCollectionType()
boolean
isCompoundType()
boolean
isSequenceType()
boolean
isSimpleType()
boolean
isSizeKnown()
-
-
-
Field Detail
-
BYTE
public static final SimpleType BYTE
-
UBYTE
public static final SimpleType UBYTE
-
SHORT
public static final SimpleType SHORT
-
USHORT
public static final SimpleType USHORT
-
INT
public static final SimpleType INT
-
UINT
public static final SimpleType UINT
-
LONG
public static final SimpleType LONG
-
ULONG
public static final SimpleType ULONG
-
FLOAT
public static final SimpleType FLOAT
-
DOUBLE
public static final SimpleType DOUBLE
-
-
Method Detail
-
isSizeKnown
public final boolean isSizeKnown()
- Specified by:
isSizeKnown
in interfaceType
-
isSimpleType
public final boolean isSimpleType()
- Specified by:
isSimpleType
in interfaceType
-
isCollectionType
public final boolean isCollectionType()
- Specified by:
isCollectionType
in interfaceType
-
isSequenceType
public final boolean isSequenceType()
- Specified by:
isSequenceType
in interfaceType
-
isCompoundType
public final boolean isCompoundType()
- Specified by:
isCompoundType
in interfaceType
-
-