Package org.geotools.xml.xLink
Class XLinkSchema.Actuate
Object
XLinkSchema.XLinkAttribute
Actuate
- All Implemented Interfaces:
Attribute
- Enclosing class:
- XLinkSchema
Actuate represents an Actuate attribute in the XLink Schema
- Author:
- dzwiers
-
Field Summary
Fields inherited from interface Attribute
OPTIONAL, PROHIBITED, REQUIRED
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFixed()
This is intended to imitate the fixed value option provided in the declaration of an XML Schema attribute.static Attribute
Return a singleton of an ActuategetName()
The name of the attribute specified if one was provided in the attribute declarationProvides 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 XLinkSchema.XLinkAttribute
getDefault, getId, getNamespace, isForm
-
Constructor Details
-
Actuate
public Actuate()
-
-
Method Details
-
getInstance
Return a singleton of an Actuate -
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
Description copied from interface:Attribute
The name of the attribute specified if one was provided in the attribute declaration- See Also:
-
schema.Attribute#getLocalName()
-
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.- See Also:
-
schema.Attribute#getUse()
-
getSimpleType
Description copied from interface:Attribute
Provides a reference to the simpleType which defines the data type of this attribute.- See Also:
-
schema.Attribute#getSimpleType()
-