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, toStringcreateEObject, getType, parseencode, getExecutionMode, getProperties, getProperties, initialize, initializeChildContextpublic RangeBinding(EFactory factory,
QName target)
protected void setProperty(EObject eObject,
String property,
Object value,
boolean lax)
AbstractComplexEMFBindingSubclasses may override.
setProperty in class AbstractComplexEMFBindingpublic Object getProperty(Object object, QName name) throws Exception
AbstractComplexEMFBindingIn 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 ComplexBindinggetProperty in class AbstractComplexEMFBindingobject - The object being encoded.name - The name of the property to obtain.null.ExceptionComplexBinding.getProperty(Object, QName)Copyright © 1996–2019 Geotools. All rights reserved.