Uses of Class
org.hpccsystems.commons.ecl.FieldType
-
Packages that use FieldType Package Description org.hpccsystems.commons.ecl Provides basic HPCC Systems ECL language construct support. -
-
Uses of FieldType in org.hpccsystems.commons.ecl
Methods in org.hpccsystems.commons.ecl that return FieldType Modifier and Type Method Description FieldTypeFieldDef. getFieldType()the type of the field using the FieldType ENUM type.static FieldTypeFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldType[]FieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hpccsystems.commons.ecl with parameters of type FieldType Constructor Description FieldDef(String fieldName, FieldType fieldType, String typeName, long len, boolean isFixedLength, boolean isUnsigned, int additionalFlags, HpccSrcType sourceType, FieldDef[] childDefs)Instantiates a new field def.FieldDef(String fieldName, FieldType fieldType, String typeName, long len, boolean isFixedLength, boolean isUnsigned, HpccSrcType sourceType, FieldDef[] childDefs)Instantiates a new field def.
-