Package com.bc.ceres.binio
Interface Type
-
- All Known Subinterfaces:
CollectionType,CompoundType,SequenceType,VarSequenceType
- All Known Implementing Classes:
SimpleType
public interface Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()intgetSize()booleanisCollectionType()booleanisCompoundType()booleanisSequenceType()booleanisSimpleType()booleanisSizeKnown()
-
-
-
Method Detail
-
getName
String getName()
-
getSize
int getSize()
-
isSizeKnown
boolean isSizeKnown()
-
isSimpleType
boolean isSimpleType()
-
isCollectionType
boolean isCollectionType()
-
isSequenceType
boolean isSequenceType()
-
isCompoundType
boolean isCompoundType()
-
-