public class XSIntBinding extends Object implements SimpleBinding
<xs:simpleType name="int" id="int">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#int"/>
</xs:annotation>
<xs:restriction base="xs:long">
<xs:minInclusive value="-2147483648" id="int.minInclusive"/>
<xs:maxInclusive value="2147483647" id="int.maxInclusive"/>
</xs:restriction>
</xs:simpleType>
| Constructor and Description |
|---|
XSIntBinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
encode(Object object,
String value) |
int |
getExecutionMode() |
QName |
getTarget() |
Class |
getType()
This binding returns objects of type
Integer |
Object |
parse(InstanceComponent instance,
Object value)
This binding returns objects of type
Integer. |
public QName getTarget()
public int getExecutionMode()
getExecutionMode in interface BindingBinding.AFTER,
Binding.BEFORE,
Binding.OVERRIDEpublic Object parse(InstanceComponent instance, Object value) throws Exception
Integer. This binding is an override of the
parent.
parse in interface SimpleBindinginstance - The component 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.Exceptionpublic String encode(Object object, String value)
encode in interface SimpleBindingobject - The object being encoded, never null.value - The string returned from another binding in the type hierachy, which could be
null.Copyright © 1996–2019 Geotools. All rights reserved.