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
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 -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Attribute
getFixed, getName, getSimpleType, getUse
-
Constructor Details
-
XLinkAttribute
protected XLinkAttribute()
-
-
Method Details
-
getNamespace
- Specified by:
getNamespacein interfaceAttribute- See Also:
-
schema.Attribute#getNameSpace()
-
getDefault
Description copied from interface:AttributeThis is intended to imitate the default value option provided in the declaration of an XML Schema attribute.- Specified by:
getDefaultin interfaceAttribute- Returns:
- Default Value as a String or Null
- See Also:
-
schema.Attribute#getDefault()
-
isForm
public boolean isForm()Description copied from interface:AttributeIntended to represent the form of an XML attribute. This method should return True when the attribute is "qualified". -
getId
Description copied from interface:AttributeThe Schema ID for this attribute definition.
-