Humboldt Alignment Editor 2.5.0

Uses of Interface
eu.esdihumboldt.hale.common.schema.model.PropertyDefinition

Packages that use PropertyDefinition
eu.esdihumboldt.cst.functions.inspire   
eu.esdihumboldt.hale.common.align.model.impl   
eu.esdihumboldt.hale.common.instance.extension.validation   
eu.esdihumboldt.hale.common.instancevalidator.validators   
eu.esdihumboldt.hale.common.schema.model   
eu.esdihumboldt.hale.common.schema.model.impl   
eu.esdihumboldt.hale.common.schema.model.impl.internal   
eu.esdihumboldt.hale.io.gml.reader.internal.instance   
eu.esdihumboldt.hale.io.gml.writer.internal   
eu.esdihumboldt.hale.io.gml.writer.internal.geometry   
eu.esdihumboldt.hale.io.xsd.constraint   
eu.esdihumboldt.hale.io.xsd.reader.internal   
eu.esdihumboldt.hale.ui.common.definition   
eu.esdihumboldt.hale.ui.common.definition.editors   
eu.esdihumboldt.hale.ui.functions.inspire   
 

Uses of PropertyDefinition in eu.esdihumboldt.cst.functions.inspire
 

Methods in eu.esdihumboldt.cst.functions.inspire that return PropertyDefinition
static PropertyDefinition Util.getChild(String localpart, TypeDefinition definition)
          Looks for a child in definition with the name localpart
 PropertyDefinition SpellingType.getProperty()
           
 

Constructors in eu.esdihumboldt.cst.functions.inspire with parameters of type PropertyDefinition
SpellingType(PropertyDefinition property)
          Constructor
 

Uses of PropertyDefinition in eu.esdihumboldt.hale.common.align.model.impl
 

Methods in eu.esdihumboldt.hale.common.align.model.impl that return PropertyDefinition
 PropertyDefinition PropertyEntityDefinition.getDefinition()
           
 

Uses of PropertyDefinition in eu.esdihumboldt.hale.common.instance.extension.validation
 

Methods in eu.esdihumboldt.hale.common.instance.extension.validation with parameters of type PropertyDefinition
 void PropertyConstraintValidator.validatePropertyConstraint(Object[] values, PropertyConstraint constraint, PropertyDefinition property, InstanceValidationContext context)
          Validate values against constraint.
 

Uses of PropertyDefinition in eu.esdihumboldt.hale.common.instancevalidator.validators
 

Methods in eu.esdihumboldt.hale.common.instancevalidator.validators with parameters of type PropertyDefinition
 void CardinalityValidator.validatePropertyConstraint(Object[] values, PropertyConstraint constraint, PropertyDefinition property, InstanceValidationContext context)
           
 void UniqueValidator.validatePropertyConstraint(Object[] values, PropertyConstraint constraint, PropertyDefinition property, InstanceValidationContext context)
           
 void NillableFlagValidator.validatePropertyConstraint(Object[] values, PropertyConstraint constraint, PropertyDefinition property, InstanceValidationContext context)
           
 

Uses of PropertyDefinition in eu.esdihumboldt.hale.common.schema.model
 

Methods in eu.esdihumboldt.hale.common.schema.model that return PropertyDefinition
 PropertyDefinition ChildDefinition.asProperty()
          Return as a property definition is possible.
 

Methods in eu.esdihumboldt.hale.common.schema.model that return types with arguments of type PropertyDefinition
static Collection<? extends PropertyDefinition> DefinitionUtil.getAllProperties(DefinitionGroup group)
          Get all properties of a definition group.
 

Uses of PropertyDefinition in eu.esdihumboldt.hale.common.schema.model.impl
 

Classes in eu.esdihumboldt.hale.common.schema.model.impl that implement PropertyDefinition
 class AbstractPropertyDecorator
          Abstract decorator for PropertyDefinitions
 class DefaultPropertyDefinition
          Default PropertyDefinition implementation
 

Fields in eu.esdihumboldt.hale.common.schema.model.impl declared as PropertyDefinition
protected  PropertyDefinition AbstractPropertyDecorator.property
          The internal property definition
 

Methods in eu.esdihumboldt.hale.common.schema.model.impl that return PropertyDefinition
 PropertyDefinition AbstractPropertyDecorator.asProperty()
           
 PropertyDefinition AbstractGroupPropertyDecorator.asProperty()
           
 PropertyDefinition DefaultGroupPropertyDefinition.asProperty()
           
 PropertyDefinition DefaultPropertyDefinition.asProperty()
           
 

Constructors in eu.esdihumboldt.hale.common.schema.model.impl with parameters of type PropertyDefinition
AbstractPropertyDecorator(PropertyDefinition property)
          Create a property definition decorator
 

Uses of PropertyDefinition in eu.esdihumboldt.hale.common.schema.model.impl.internal
 

Classes in eu.esdihumboldt.hale.common.schema.model.impl.internal that implement PropertyDefinition
 class ConstraintOverrideProperty
          Decorator for PropertyDefinitions that overrides given constraints.
 class RedeclareProperty
          Decorator for PropertyDefinitions that has a changed parent type
 class ReparentProperty
          Decorator for PropertyDefinitions that has a changed parent type
 

Constructors in eu.esdihumboldt.hale.common.schema.model.impl.internal with parameters of type PropertyDefinition
ConstraintOverrideProperty(PropertyDefinition property, PropertyConstraint... constraints)
          Create a decorator for the given property where the given constraints override the constraints of the property.
RedeclareProperty(PropertyDefinition property, DefinitionGroup declaringGroup)
          Create a decorator for the given property that has a changed declaring group.
ReparentProperty(PropertyDefinition property, TypeDefinition newParent)
          Create a decorator for the given property that has a changed parent type
 

Uses of PropertyDefinition in eu.esdihumboldt.hale.io.gml.reader.internal.instance
 

Methods in eu.esdihumboldt.hale.io.gml.reader.internal.instance that return PropertyDefinition
 PropertyDefinition GroupProperty.getProperty()
           
 

Constructors in eu.esdihumboldt.hale.io.gml.reader.internal.instance with parameters of type PropertyDefinition
GroupProperty(PropertyDefinition property, GroupPath path)
          Create a group property
 

Uses of PropertyDefinition in eu.esdihumboldt.hale.io.gml.writer.internal
 

Methods in eu.esdihumboldt.hale.io.gml.writer.internal with parameters of type PropertyDefinition
static void GmlWriterUtil.writeAttribute(XMLStreamWriter writer, Object value, PropertyDefinition propDef)
          Write a property attribute
 

Uses of PropertyDefinition in eu.esdihumboldt.hale.io.gml.writer.internal.geometry
 

Methods in eu.esdihumboldt.hale.io.gml.writer.internal.geometry with parameters of type PropertyDefinition
 DefinitionPath DefinitionPath.addProperty(PropertyDefinition property)
          Add a property
 List<DefinitionPath> StreamGeometryWriter.findCandidates(PropertyDefinition property, Class<? extends com.vividsolutions.jts.geom.Geometry> geomType)
          Find candidates for a possible path to use for writing the geometry
 void StreamGeometryWriter.write(XMLStreamWriter writer, com.vividsolutions.jts.geom.Geometry geometry, PropertyDefinition property, String srsName)
          Write a geometry to a stream for a GML document
 

Uses of PropertyDefinition in eu.esdihumboldt.hale.io.xsd.constraint
 

Constructors in eu.esdihumboldt.hale.io.xsd.constraint with parameters of type PropertyDefinition
XmlIdUnique(PropertyDefinition property)
          Default constructor.
 

Uses of PropertyDefinition in eu.esdihumboldt.hale.io.xsd.reader.internal
 

Classes in eu.esdihumboldt.hale.io.xsd.reader.internal that implement PropertyDefinition
 class LazyPropertyDefinition
          XML property definition that doesn't know its property type on construction time.
 class SubstitutionProperty
          Property that represents a substitution in an XML element substitution group.
 class XmlAttributeReferenceProperty
          Property referencing a XML attribute
 class XmlElementReferenceProperty
          Property referencing a XML element
 

Uses of PropertyDefinition in eu.esdihumboldt.hale.ui.common.definition
 

Methods in eu.esdihumboldt.hale.ui.common.definition with parameters of type PropertyDefinition
 Editor<?> AttributeEditorFactory.createEditor(org.eclipse.swt.widgets.Composite parent, PropertyDefinition attribute)
          Create an attribute editor for the given attribute
 

Constructors in eu.esdihumboldt.hale.ui.common.definition with parameters of type PropertyDefinition
AttributeInputDialog(PropertyDefinition definition, org.eclipse.swt.widgets.Shell parentShell, String title, String message)
          Create a new attribute input dialog
 

Uses of PropertyDefinition in eu.esdihumboldt.hale.ui.common.definition.editors
 

Methods in eu.esdihumboldt.hale.ui.common.definition.editors with parameters of type PropertyDefinition
 Editor<?> DefaultAttributeEditorFactory.createEditor(org.eclipse.swt.widgets.Composite parent, PropertyDefinition property)
           
 

Constructors in eu.esdihumboldt.hale.ui.common.definition.editors with parameters of type PropertyDefinition
DefaultAttributeEditor(org.eclipse.swt.widgets.Composite parent, PropertyDefinition property)
          Creates an attribute editor for the given type.
 

Uses of PropertyDefinition in eu.esdihumboldt.hale.ui.functions.inspire
 

Methods in eu.esdihumboldt.hale.ui.functions.inspire with parameters of type PropertyDefinition
protected  SpellingType GeographicalNamePage.getActiveSpelling(PropertyDefinition property)
          Returns a spelling assigned to source attribute name
 


Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d