|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractSimpleBinding
TypeNameListTypeBinding
public class TypeNameListTypeBinding
Binding object for the type http://www.opengis.net/wfs:TypeNameListType.
<xsd:simpleType name="TypeNameListType">
<xsd:restriction base="wfs:Base_TypeNameListType">
<xsd:pattern value="((\w:)?\w(=\w)?){1,}">
<xsd:annotation>
<xsd:documentation>
Example typeName attribute value might be:
typeName="ns1:Inwatera_1m=A, ns2:CoastL_1M=B"
In this example, A is an alias for ns1:Inwatera_1m
and B is an alias for ns2:CoastL_1M.
</xsd:documentation>
</xsd:annotation>
</xsd:pattern>
</xsd:restriction>
</xsd:simpleType>
Field Summary |
---|
Fields inherited from interface Binding |
---|
AFTER, BEFORE, OVERRIDE |
Constructor Summary | |
---|---|
TypeNameListTypeBinding(WfsFactory factory)
Deprecated. |
Method Summary | |
---|---|
String |
encode(Object object,
String value)
Deprecated. Performs the encoding of the object as a String. |
QName |
getTarget()
Deprecated. |
Class |
getType()
Deprecated. |
Object |
parse(InstanceComponent instance,
Object value)
Deprecated. |
Methods inherited from class AbstractSimpleBinding |
---|
getExecutionMode |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypeNameListTypeBinding(WfsFactory factory)
Method Detail |
---|
public QName getTarget()
public Class getType()
public Object parse(InstanceComponent instance, Object value) throws Exception
parse
in interface SimpleBinding
parse
in class AbstractSimpleBinding
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) throws Exception
AbstractSimpleBinding
encode
in interface SimpleBinding
encode
in class AbstractSimpleBinding
object
- The object being encoded, never null.value
- The string returned from another binding in the type
hierachy, which could be null.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |