Uses of Enum Class
dev.hardwood.metadata.RepetitionType
Packages that use RepetitionType
-
Uses of RepetitionType in dev.hardwood.metadata
Subclasses with type arguments of type RepetitionType in dev.hardwood.metadataMethods in dev.hardwood.metadata that return RepetitionTypeModifier and TypeMethodDescriptionSchemaElement.repetitionType()Returns the value of therepetitionTyperecord component.static RepetitionTypeReturns the enum constant of this class with the specified name.static RepetitionType[]RepetitionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.hardwood.metadata with parameters of type RepetitionTypeModifierConstructorDescriptionSchemaElement(String name, PhysicalType type, Integer typeLength, RepetitionType repetitionType, Integer numChildren, ConvertedType convertedType, Integer scale, Integer precision, Integer fieldId, LogicalType logicalType) Creates an instance of aSchemaElementrecord class. -
Uses of RepetitionType in dev.hardwood.schema
Methods in dev.hardwood.schema that return RepetitionTypeModifier and TypeMethodDescriptionColumnSchema.repetitionType()Returns the value of therepetitionTyperecord component.SchemaNode.GroupNode.repetitionType()Returns the value of therepetitionTyperecord component.SchemaNode.PrimitiveNode.repetitionType()Returns the value of therepetitionTyperecord component.SchemaNode.repetitionType()Constructors in dev.hardwood.schema with parameters of type RepetitionTypeModifierConstructorDescriptionColumnSchema(String name, PhysicalType type, RepetitionType repetitionType, Integer typeLength, int columnIndex, int maxDefinitionLevel, int maxRepetitionLevel, LogicalType logicalType) Creates an instance of aColumnSchemarecord class.GroupNode(String name, RepetitionType repetitionType, ConvertedType convertedType, List<SchemaNode> children, int maxDefinitionLevel, int maxRepetitionLevel) Creates an instance of aGroupNoderecord class.PrimitiveNode(String name, PhysicalType type, RepetitionType repetitionType, LogicalType logicalType, int columnIndex, int maxDefinitionLevel, int maxRepetitionLevel) Creates an instance of aPrimitiveNoderecord class.