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 AttributeOPTIONAL, PROHIBITED, REQUIRED
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedXLinkAttribute()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefault()This is intended to imitate the default value option provided in the declaration of an XML Schema attribute.StringgetId()The Schema ID for this attribute definition.URIgetNamespace()booleanisForm()Intended to represent the form of an XML attribute.- 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface AttributegetFixed, getName, getSimpleType, getUse
 
- 
 
- 
- 
- 
Method Detail- 
getNamespacepublic URI getNamespace() - Specified by:
- getNamespacein interface- Attribute
- See Also:
- schema.Attribute#getNameSpace()
 
 - 
getDefaultpublic String 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 interface- Attribute
- Returns:
- Default Value as a String or Null
- See Also:
- schema.Attribute#getDefault()
 
 - 
isFormpublic 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".
 
- 
 
-