Package org.geotools.csw.bindings
Class ElementSetNameTypeBinding
- Object
- 
- AbstractComplexBinding
- 
- AbstractComplexEMFBinding
- 
- ComplexEMFBinding
- 
- SimpleContentComplexEMFBinding
- 
- ElementSetNameTypeBinding
 
 
 
 
 
- 
- All Implemented Interfaces:
- Binding,- ComplexBinding,- InstanceBinding
 
 public class ElementSetNameTypeBinding extends SimpleContentComplexEMFBinding 
- 
- 
Constructor SummaryConstructors Constructor Description ElementSetNameTypeBinding()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectparse(ElementInstance instance, Node node, Object value)Takes value and sets its to the object value.- 
Methods inherited from class SimpleContentComplexEMFBindingencode
 - 
Methods inherited from class ComplexEMFBindinggetTarget, toString
 - 
Methods inherited from class AbstractComplexEMFBindingcreateEObject, getProperty, getType, setProperty
 - 
Methods inherited from class AbstractComplexBindinggetExecutionMode, getProperties, initialize, initializeChildContext
 
- 
 
- 
- 
- 
Method Detail- 
parsepublic Object parse(ElementInstance instance, Node node, Object value) throws Exception Description copied from class:SimpleContentComplexEMFBindingTakes value and sets its to the object value.- Specified by:
- parsein interface- ComplexBinding
- Overrides:
- parsein class- SimpleContentComplexEMFBinding
- 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.
 
 
- 
 
-