public class RangeBinding extends ComplexEMFBinding
Constructor and Description |
---|
RangeBinding(EFactory factory,
QName target) |
Modifier and Type | Method and Description |
---|---|
Object |
getProperty(Object object,
QName name)
Uses EMF reflection dynamically return the property with the specified name.
|
protected void |
setProperty(EObject eObject,
String property,
Object value,
boolean lax)
Internal method for reflectively setting the property of an eobject.
|
getTarget, toString
createEObject, getType, parse
encode, getExecutionMode, getProperties, getProperties, initialize, initializeChildContext
public RangeBinding(EFactory factory, QName target)
protected void setProperty(EObject eObject, String property, Object value, boolean lax)
AbstractComplexEMFBinding
Subclasses may override.
setProperty
in class AbstractComplexEMFBinding
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.