org.geotools.xml.xLink
Class XLinkSchema.Show

java.lang.Object
  extended byorg.geotools.xml.xLink.XLinkSchema.XLinkAttribute
      extended byorg.geotools.xml.xLink.XLinkSchema.Show
All Implemented Interfaces:
Attribute
Enclosing class:
XLinkSchema

public static class XLinkSchema.Show
extends XLinkSchema.XLinkAttribute

Show represents a Show attribute in the XLink Schema

Author:
dzwiers

Field Summary
 
Fields inherited from interface org.geotools.xml.schema.Attribute
OPTIONAL, PROHIBITED, REQUIRED
 
Constructor Summary
XLinkSchema.Show()
           
 
Method Summary
 java.lang.String getFixed()
           This is intended to imitate the fixed value option provided in the declaration of an XML Schema attribute.
static Attribute getInstance()
          Returns the singleton instance
 java.lang.String getName()
           The name of the attribute specified if one was provided in the attribute declaration
 SimpleType getSimpleType()
           Provides a reference to the simpleType which defines the data type of this attribute.
 int getUse()
           Attributes only have three options for the number or occurences: none, once, optionally once.
 
Methods inherited from class org.geotools.xml.xLink.XLinkSchema.XLinkAttribute
getDefault, getId, getNamespace, isForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XLinkSchema.Show

public XLinkSchema.Show()
Method Detail

getInstance

public static Attribute getInstance()
Returns the singleton instance

Returns:

getFixed

public java.lang.String getFixed()
Description copied from interface: Attribute

This is intended to imitate the fixed value option provided in the declaration of an XML Schema attribute.

Returns:
Fixed Value as a String or Null
See Also:
schema.Attribute#getFixed()

getName

public java.lang.String getName()
Description copied from interface: Attribute

The name of the attribute specified if one was provided in the attribute declaration

Returns:
See Also:
schema.Attribute#getName()

getUse

public int getUse()
Description copied from interface: Attribute

Attributes only have three options for the number or occurences: none, once, optionally once. This method returns the mask which represents the use of this attribute.

Returns:
See Also:
schema.Attribute#getUse()

getSimpleType

public SimpleType getSimpleType()
Description copied from interface: Attribute

Provides a reference to the simpleType which defines the data type of this attribute.

Returns:
See Also:
schema.Attribute#getSimpleType()


Copyright © GeoTools. All Rights Reserved.