public class RecordBinding extends ComplexEMFBinding
Constructor and Description |
---|
RecordBinding() |
Modifier and Type | Method and Description |
---|---|
List |
getProperties(Object object,
XSDElementDeclaration element)
Subclasses should override this method if need be, the default implementation returns
null . |
Object |
getProperty(Object object,
QName name)
Uses EMF reflection dynamically return the property with the specified name.
|
getTarget, toString
createEObject, getType, parse, setProperty
encode, getExecutionMode, getProperties, initialize, initializeChildContext
public List getProperties(Object object, XSDElementDeclaration element) throws Exception
AbstractComplexBinding
null
.
Note that this method only needs to be implemented for schema types which are open-ended in which the contents are not specifically specified by the schema.
getProperties
in interface ComplexBinding
getProperties
in class AbstractComplexBinding
object
- the object being encoded.Exception
ComplexBinding.getProperties(Object)
public Object getProperty(Object object, QName name) throws Exception
AbstractComplexEMFBinding
In the case that the name of a child element or attributes does not match the name of a property on the object, subclasses may wish to extend this method and set the property explicitly.
getProperty
in interface ComplexBinding
getProperty
in class AbstractComplexEMFBinding
object
- The object being encoded.name
- The name of the property to obtain.null
.Exception
ComplexBinding.getProperty(Object, QName)
Copyright © 1996–2019 Geotools. All rights reserved.