Package org.geotools.xml.xLink
Class XLinkSchema.ArcLink
- 
- All Implemented Interfaces:
- AttributeGroup
 - Enclosing class:
- XLinkSchema
 
 public static class XLinkSchema.ArcLink extends XLinkSchema.XLinkAttributeGroup ArcLink represents a ArcLink AttributeGroup in the XLink Schema- Author:
- dzwiers
 
- 
- 
Constructor SummaryConstructors Constructor Description ArcLink()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Attribute[]getAttributes()The list of attribute declared within this attributeGroup.static AttributeGroupgetInstance()Returns the singleton ArcLink instanceStringgetName()The name of this Attribute Group declaration within the XML Schema- 
Methods inherited from class XLinkSchema.XLinkAttributeGroupgetAnyAttributeNameSpace, getId, getNamespace
 
- 
 
- 
- 
- 
Method Detail- 
getAttributespublic Attribute[] getAttributes() Description copied from interface:AttributeGroupThe list of attribute declared within this attributeGroup. Although we encourage the order of this list to follow the order the attributes were declared in, there is no such requirement.- See Also:
- schema.AttributeGroup#getAttributeDescriptors()
 
 - 
getNamepublic String getName() Description copied from interface:AttributeGroupThe name of this Attribute Group declaration within the XML Schema- See Also:
- schema.AttributeGroup#getLocalName()
 
 - 
getInstancepublic static AttributeGroup getInstance() Returns the singleton ArcLink instance
 
- 
 
-