org.geotools.xlink
Class XLINKSchema
Object
SchemaImpl
XLINKSchema
- All Implemented Interfaces:
- Map<Name,AttributeType>, Schema
public class XLINKSchema
- extends SchemaImpl
Field Summary |
static AttributeType |
_ACTUATE_TYPE
<simpleType name="_actuate">
<restriction base="string">
<enumeration value="onLoad"/>
<enumeration value="onRequest"/>
<enumeration value="other"/>
<enumeration value="none"/>
</restriction>
</simpleType>
|
static AttributeType |
_SHOW_TYPE
<simpleType name="_show">
<restriction base="string">
<enumeration value="new"/>
<enumeration value="replace"/>
<enumeration value="embed"/>
<enumeration value="other"/>
<enumeration value="none"/>
</restriction>
</simpleType>
|
Methods inherited from class SchemaImpl |
add, clear, containsKey, containsValue, entrySet, equals, get, getURI, hashCode, isEmpty, keySet, profile, put, putAll, remove, size, toString, values |
_SHOW_TYPE
public static final AttributeType _SHOW_TYPE
<simpleType name="_show">
<restriction base="string">
<enumeration value="new"/>
<enumeration value="replace"/>
<enumeration value="embed"/>
<enumeration value="other"/>
<enumeration value="none"/>
</restriction>
</simpleType>
_ACTUATE_TYPE
public static final AttributeType _ACTUATE_TYPE
<simpleType name="_actuate">
<restriction base="string">
<enumeration value="onLoad"/>
<enumeration value="onRequest"/>
<enumeration value="other"/>
<enumeration value="none"/>
</restriction>
</simpleType>
XLINKSchema
public XLINKSchema()
Copyright © 1996-2014 Geotools. All Rights Reserved.