public class XLINKSchema extends SchemaImpl
| Modifier and Type | Field and Description |
|---|---|
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>
|
| Constructor and Description |
|---|
XLINKSchema() |
add, clear, containsKey, containsValue, entrySet, equals, get, getURI, hashCode, isEmpty, keySet, profile, put, putAll, remove, size, toString, valuescompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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>
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>
Copyright © 1996–2019 Geotools. All rights reserved.