Package com.bc.ceres.binio
Class SimpleType
- java.lang.Object
-
- com.bc.ceres.binio.SimpleType
-
-
Field Summary
Fields Modifier and Type Field Description static SimpleTypeBYTEstatic SimpleTypeDOUBLEstatic SimpleTypeFLOATstatic SimpleTypeINTstatic SimpleTypeLONGstatic SimpleTypeSHORTstatic SimpleTypeUBYTEstatic SimpleTypeUINTstatic SimpleTypeULONGstatic SimpleTypeUSHORT
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()intgetSize()booleanisCollectionType()booleanisCompoundType()booleanisSequenceType()booleanisSimpleType()booleanisSizeKnown()
-
-
-
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:
isSizeKnownin interfaceType
-
isSimpleType
public final boolean isSimpleType()
- Specified by:
isSimpleTypein interfaceType
-
isCollectionType
public final boolean isCollectionType()
- Specified by:
isCollectionTypein interfaceType
-
isSequenceType
public final boolean isSequenceType()
- Specified by:
isSequenceTypein interfaceType
-
isCompoundType
public final boolean isCompoundType()
- Specified by:
isCompoundTypein interfaceType
-
-