|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TypeConstraint in eu.esdihumboldt.hale.common.instance.extension.validation |
---|
Methods in eu.esdihumboldt.hale.common.instance.extension.validation that return types with arguments of type TypeConstraint | |
---|---|
Map<Class<TypeConstraint>,TypeConstraintValidator> |
ConstraintValidatorExtension.getTypeConstraintValidators()
Returns a map with all registered TypeConstraintValidator . |
Methods in eu.esdihumboldt.hale.common.instance.extension.validation with parameters of type TypeConstraint | |
---|---|
void |
TypeConstraintValidator.validateTypeConstraint(Instance instance,
TypeConstraint constraint,
InstanceValidationContext context)
Validate instance against constraint . |
Uses of TypeConstraint in eu.esdihumboldt.hale.common.instancevalidator.validators |
---|
Methods in eu.esdihumboldt.hale.common.instancevalidator.validators with parameters of type TypeConstraint | |
---|---|
void |
AbstractFlagValidator.validateTypeConstraint(Instance instance,
TypeConstraint constraint,
InstanceValidationContext context)
|
void |
ValidationConstraintValidator.validateTypeConstraint(Instance instance,
TypeConstraint constraint,
InstanceValidationContext context)
|
Uses of TypeConstraint in eu.esdihumboldt.hale.common.schema.model.constraint |
---|
Classes in eu.esdihumboldt.hale.common.schema.model.constraint that implement TypeConstraint | |
---|---|
class |
DisplayName
Constraint that can provide a custom display name. |
Uses of TypeConstraint in eu.esdihumboldt.hale.common.schema.model.constraint.type |
---|
Classes in eu.esdihumboldt.hale.common.schema.model.constraint.type that implement TypeConstraint | |
---|---|
class |
AbstractFlag
Flags if a type is abstract, disabled by default |
class |
AugmentedValueFlag
Flags if an augmented value is present for a type, meaning a value that is not defined through the schema, but associated additionally to an instance. |
class |
Binding
Specifies a Java binding for a type value, default binding is Object .The binding is usually only relevant when the HasValueFlag is enabled
for a type. |
class |
ElementType
Specifies a Java binding and optionally a TypeDefinition for a
elements of a collection. |
class |
Enumeration<T>
Constraint that holds allowed values for a type |
class |
GeometryType
Specifies the geometry type for properties with a GeometryProperty
binding. |
class |
HasValueFlag
Flags if a type has a direct value, apart from eventual properties, defined by the schema. |
class |
MappableFlag
Flags if a type is mappable, i.e. |
class |
MappingRelevantFlag
Flags if a type is mapping relevant, i.e. |
class |
SkipValidation
Specifies if validation should be skipped for a property value. |
class |
ValidationConstraint
Constraint holding information about validation rules specified by XMLSchemaFacets. |
Uses of TypeConstraint in eu.esdihumboldt.hale.common.schema.model.impl |
---|
Methods in eu.esdihumboldt.hale.common.schema.model.impl with type parameters of type TypeConstraint | ||
---|---|---|
protected
|
DefaultTypeDefinition.getInheritedConstraint(Class<T> constraintType)
|
Uses of TypeConstraint in eu.esdihumboldt.hale.io.csv.reader.internal |
---|
Classes in eu.esdihumboldt.hale.io.csv.reader.internal that implement TypeConstraint | |
---|---|
class |
CSVConfiguration
CSVConfiguration represented as TypeConstraints |
Uses of TypeConstraint in eu.esdihumboldt.hale.io.gml.geometry |
---|
Methods in eu.esdihumboldt.hale.io.gml.geometry that return types with arguments of type TypeConstraint | |
---|---|
Iterable<TypeConstraint> |
FixedConstraintsGeometryHandler.getTypeConstraints(TypeDefinition type)
|
Iterable<TypeConstraint> |
GeometryHandler.getTypeConstraints(TypeDefinition type)
Get the type constraints to associated with a geometry type definition. This method should at least return the Binding and
GeometryType constraints. |
Iterable<TypeConstraint> |
Geometries.getTypeConstraints(TypeDefinition type)
|
protected abstract Collection<? extends TypeConstraint> |
FixedConstraintsGeometryHandler.initConstraints()
Create the associated type constraints. |
Uses of TypeConstraint in eu.esdihumboldt.hale.io.gml.geometry.constraint |
---|
Classes in eu.esdihumboldt.hale.io.gml.geometry.constraint that implement TypeConstraint | |
---|---|
class |
GeometryFactory
Constraint associating a geometry handler with a type. |
Uses of TypeConstraint in eu.esdihumboldt.hale.io.gml.geometry.handler |
---|
Methods in eu.esdihumboldt.hale.io.gml.geometry.handler that return types with arguments of type TypeConstraint | |
---|---|
protected Collection<? extends TypeConstraint> |
PolygonHandler.initConstraints()
|
protected Collection<? extends TypeConstraint> |
EnvelopeHandler.initConstraints()
|
protected Collection<? extends TypeConstraint> |
GenericGeometryHandler.initConstraints()
|
protected Collection<? extends TypeConstraint> |
PointHandler.initConstraints()
|
protected Collection<? extends TypeConstraint> |
LinearRingHandler.initConstraints()
|
protected Collection<? extends TypeConstraint> |
LineStringHandler.initConstraints()
|
Uses of TypeConstraint in eu.esdihumboldt.hale.io.xsd.constraint |
---|
Classes in eu.esdihumboldt.hale.io.xsd.constraint that implement TypeConstraint | |
---|---|
class |
RestrictionFlag
Flags if a type's super type relation is a restriction, disabled by default |
class |
XmlElements
Constraint that states the XmlElement s associated with a type
definition, by default no elements are contained. |
Uses of TypeConstraint in eu.esdihumboldt.hale.io.xsd.reader.internal.constraint |
---|
Classes in eu.esdihumboldt.hale.io.xsd.reader.internal.constraint that implement TypeConstraint | |
---|---|
class |
ElementName
Custom display name based on XML elements |
class |
MappableUsingXsiType
Mappable constraint that determines if a type is mappable using xsi:type. |
class |
SkipGeometryValidation
Controls validation being skipped for geometry properties with an augmented value set. |
class |
UnionBinding
Binding constraint for type unions |
class |
UnionEnumeration
Enumeration constraint for type unions |
class |
UnionValidationConstraint
Validation constraint for type unions. |
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |