|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.xml.xLink.XLinkSchema.XLinkAttribute org.geotools.xml.xLink.XLinkSchema.Label
Label represents a Label attribute in the XLink Schema
Field Summary |
Fields inherited from interface org.geotools.xml.schema.Attribute |
OPTIONAL, PROHIBITED, REQUIRED |
Constructor Summary | |
XLinkSchema.Label()
|
Method Summary | |
java.lang.String |
getFixed()
This is intended to imitate the fixed value option provided in the declaration of an XML Schema attribute. |
static Attribute |
getInstance()
Returns a singleton of Label |
java.lang.String |
getName()
The name of the attribute specified if one was provided in the attribute declaration |
SimpleType |
getSimpleType()
Provides 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 org.geotools.xml.xLink.XLinkSchema.XLinkAttribute |
getDefault, getId, getNamespace, isForm |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XLinkSchema.Label()
Method Detail |
public static Attribute getInstance()
public java.lang.String getFixed()
Attribute
This is intended to imitate the fixed value option provided in the declaration of an XML Schema attribute.
schema.Attribute#getFixed()
public java.lang.String getName()
Attribute
The name of the attribute specified if one was provided in the attribute declaration
schema.Attribute#getName()
public int getUse()
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.
schema.Attribute#getUse()
public SimpleType getSimpleType()
Attribute
Provides a reference to the simpleType which defines the data type of this attribute.
schema.Attribute#getSimpleType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |