Uses of Interface
com.bc.ceres.binio.VarSequenceType
-
Packages that use VarSequenceType Package Description com.bc.ceres.binio The corebinioAPI. -
-
Uses of VarSequenceType in com.bc.ceres.binio
Methods in com.bc.ceres.binio that return VarSequenceType Modifier and Type Method Description static VarSequenceTypeTypeBuilder. VAR_SEQUENCE(Type elementType, int memberIndex)Creates a dynamic sequence type whose element count is resolved by a compound member determined by the given member index.static VarSequenceTypeTypeBuilder. VAR_SEQUENCE(Type elementType, String memberName)Creates a dynamic sequence type whose element count is resolved by a compound member determined by the given member name.
-