Package org.geotools.csw.bindings
Class ElementSetNameTypeBinding
Object
AbstractComplexBinding
AbstractComplexEMFBinding
ComplexEMFBinding
SimpleContentComplexEMFBinding
ElementSetNameTypeBinding
- All Implemented Interfaces:
Binding
,ComplexBinding
,InstanceBinding
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse
(ElementInstance instance, Node node, Object value) Takes value and sets its to the object value.Methods inherited from class SimpleContentComplexEMFBinding
encode
Methods inherited from class ComplexEMFBinding
getTarget, toString
Methods inherited from class AbstractComplexEMFBinding
createEObject, getProperty, getType, setProperty
Methods inherited from class AbstractComplexBinding
getExecutionMode, getProperties, initialize, initializeChildContext
-
Constructor Details
-
ElementSetNameTypeBinding
public ElementSetNameTypeBinding()
-
-
Method Details
-
parse
Description copied from class:SimpleContentComplexEMFBinding
Takes value and sets its to the object value.- Specified by:
parse
in interfaceComplexBinding
- Overrides:
parse
in classSimpleContentComplexEMFBinding
- Parameters:
instance
- The element being parsed.node
- The node in the parse tree representing the element being parsed.value
- The result of the parse from another strategy in the type hierarchy. Could be null if this is the first strategy being executed.- Returns:
- The parsed object, or null if the component could not be parsed.
- Throws:
Exception
- Strategy objects should not attempt to handle any exceptions.
-