org.geotools.xlink
Class XLINKSchema

Object
  extended by SchemaImpl
      extended by XLINKSchema
All Implemented Interfaces:
Map<Name,AttributeType>, Schema

public class XLINKSchema
extends SchemaImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface Map
Map.Entry<K,V>
 
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>
 
Constructor Summary
XLINKSchema()
           
 
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 class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_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>

    
   

Constructor Detail

XLINKSchema

public XLINKSchema()


Copyright © 1996-2010 Geotools. All Rights Reserved.