Uses of Enum
acdp.types.Type.Scheme
Packages that use Type.Scheme
Package
Description
Contains classes for designing an ACDP database.
Contains the built-in column types as well as the super interface of all
column types, the
Type
interface.-
Uses of Type.Scheme in acdp.design
Fields in acdp.design declared as Type.SchemeModifier and TypeFieldDescriptionfinal Type.Scheme
SimpleType.TypeDesc.scheme
The storage scheme of this column type, nevernull
.Methods in acdp.design with parameters of type Type.SchemeModifier and TypeMethodDescriptionstatic final <T> Column<T[]>
CL.ofArray
(Type.Scheme scheme, int maxSize, SimpleType<T> elementType) Creates a new column of type array with elements of the specified element type.CL.ofArrayOfRef
(Type.Scheme scheme, int maxSize) Creates a new column having an array of references column type.protected static final String
SimpleType.typeDescSuffix
(Type.Scheme scheme, boolean nullable, int limit, boolean variable) Returns the second part of the descriptor for a column type constructed with the specified arguments.Constructors in acdp.design with parameters of type Type.SchemeModifierConstructorDescriptionprotected
SimpleType
(Class<T> valueType, Type.Scheme scheme, boolean nullable, int limit, boolean variable) The constructor. -
Uses of Type.Scheme in acdp.types
Methods in acdp.types that return Type.SchemeModifier and TypeMethodDescriptionType.scheme()
Returns the storage scheme of this column type.static Type.Scheme
Returns the enum constant of this type with the specified name.static Type.Scheme[]
Type.Scheme.values()
Returns an array containing the constants of this enum type, in the order they are declared.