Uses of Interface
com.bc.ceres.binio.CompoundMember
-
Packages that use CompoundMember Package Description com.bc.ceres.binio The corebinioAPI. -
-
Uses of CompoundMember in com.bc.ceres.binio
Methods in com.bc.ceres.binio that return CompoundMember Modifier and Type Method Description CompoundMemberCompoundType. getMember(int memberIndex)CompoundMember[]CompoundType. getMembers()static CompoundMemberTypeBuilder. MEMBER(String name, Type type)Creates a compound member.Methods in com.bc.ceres.binio with parameters of type CompoundMember Modifier and Type Method Description static CompoundTypeTypeBuilder. COMPOUND(String name, CompoundMember... members)Creates a compound type.
-