Uses of Class
tilda.enums.MultiType
-
Packages that use MultiType Package Description tilda.enums tilda.parsing.parts -
-
Uses of MultiType in tilda.enums
Methods in tilda.enums that return MultiType Modifier and Type Method Description static MultiTypeMultiType. parse(java.lang.String Str)static MultiTypeMultiType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MultiType[]MultiType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tilda.enums with parameters of type MultiType Modifier and Type Method Description booleanColumnType. isCollectionCompatible(MultiType CollectionType) -
Uses of MultiType in tilda.parsing.parts
Fields in tilda.parsing.parts declared as MultiType Modifier and Type Field Description MultiTypeColumnEnum. _MultiMultiTypeColumnMapper. _Multiprotected MultiTypeTypeDef. _TypeCollectionMethods in tilda.parsing.parts that return MultiType Modifier and Type Method Description MultiTypeTypeDef. getTypeCollection()Constructors in tilda.parsing.parts with parameters of type MultiType Constructor Description ColumnEnum(java.lang.String DestObject, MultiType Multi)ColumnMapper(java.lang.String[] SrcColumns, java.lang.String DestObject, ColumnMapperMode Name, ColumnMapperMode Group, MultiType Multi)
-