public class XSNegativeIntegerBinding extends Object implements SimpleBinding
<xs:simpleType name="negativeInteger" id="negativeInteger">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#negativeInteger"/>
</xs:annotation>
<xs:restriction base="xs:nonPositiveInteger">
<xs:maxInclusive value="-1" id="negativeInteger.maxInclusive"/>
</xs:restriction>
</xs:simpleType>
Constructor and Description |
---|
XSNegativeIntegerBinding() |
Modifier and Type | Method and Description |
---|---|
String |
encode(Object object,
String value) |
int |
getExecutionMode() |
QName |
getTarget() |
Class |
getType()
This method returns objects of type
Number |
Object |
parse(InstanceComponent instance,
Object value)
This method returns objects of type
Number . |
public QName getTarget()
public int getExecutionMode()
getExecutionMode
in interface Binding
Binding.AFTER
,
Binding.BEFORE
,
Binding.OVERRIDE
public Object parse(InstanceComponent instance, Object value) throws Exception
Number
. The value returned is negative.
parse
in interface SimpleBinding
instance
- 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.Exception
public String encode(Object object, String value)
encode
in interface SimpleBinding
object
- 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.