Package org.geotools.xml.xLink
Class XLinkSchema.XLinkAttribute
- Object
-
- XLinkAttribute
-
- All Implemented Interfaces:
Attribute
- Direct Known Subclasses:
XLinkSchema.Actuate
,XLinkSchema.Arcrole
,XLinkSchema.From
,XLinkSchema.Href
,XLinkSchema.Label
,XLinkSchema.Role
,XLinkSchema.Show
,XLinkSchema.Title
,XLinkSchema.To
- Enclosing class:
- XLinkSchema
protected abstract static class XLinkSchema.XLinkAttribute extends Object implements Attribute
XLinkAttribute purpose.Used to define some constant values for XLink attributes, such as Namespace
- Author:
- dzwiers, Refractions Research, Inc. http://www.refractions.net, $Author:$ (last modification)
-
-
Field Summary
-
Fields inherited from interface Attribute
OPTIONAL, PROHIBITED, REQUIRED
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
XLinkAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDefault()
This is intended to imitate the default value option provided in the declaration of an XML Schema attribute.String
getId()
The Schema ID for this attribute definition.URI
getNamespace()
boolean
isForm()
Intended to represent the form of an XML attribute.-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface Attribute
getFixed, getName, getSimpleType, getUse
-
-
-
-
Method Detail
-
getNamespace
public URI getNamespace()
- Specified by:
getNamespace
in interfaceAttribute
- See Also:
schema.Attribute#getNameSpace()
-
getDefault
public String getDefault()
Description copied from interface:Attribute
This is intended to imitate the default value option provided in the declaration of an XML Schema attribute.- Specified by:
getDefault
in interfaceAttribute
- Returns:
- Default Value as a String or Null
- See Also:
schema.Attribute#getDefault()
-
isForm
public boolean isForm()
Description copied from interface:Attribute
Intended to represent the form of an XML attribute. This method should return True when the attribute is "qualified".
-
-