Package org.geotools.xlink
Class XLINKSchema
Object
SchemaImpl
XLINKSchema
- All Implemented Interfaces:
Map<Name,
,AttributeType> Schema
-
Nested Class Summary
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttributeType
<simpleType name="_actuate"> <restriction base="string"> <enumeration value="onLoad"/> <enumeration value="onRequest"/> <enumeration value="other"/> <enumeration value="none"/> </restriction> </simpleType>
static final AttributeType
<simpleType name="_show"> <restriction base="string"> <enumeration value="new"/> <enumeration value="replace"/> <enumeration value="embed"/> <enumeration value="other"/> <enumeration value="none"/> </restriction> </simpleType>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SchemaImpl
add, clear, containsKey, containsValue, entrySet, equals, get, getURI, hashCode, isEmpty, keySet, profile, put, putAll, remove, size, toString, values
Methods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
_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
<simpleType name="_actuate"> <restriction base="string"> <enumeration value="onLoad"/> <enumeration value="onRequest"/> <enumeration value="other"/> <enumeration value="none"/> </restriction> </simpleType>
-
-
Constructor Details
-
XLINKSchema
public XLINKSchema()
-