fr.tireme.schemadoc.SDSchema
Interface SDAttributeUse

All Superinterfaces:
SDConcreteComponent, SDConstraint
All Known Implementing Classes:
XSDAttributeUseWrapp

public interface SDAttributeUse
extends SDConcreteComponent, SDConstraint

Author:
Mike Niemaz (niemaz@xrce.xerox.com)

Method Summary
 SDAttribute getAttributeDeclaration()
           
 SDAttribute getContent()
           
 int getUse()
           
 boolean isRef()
          Check whether the attached attribute is a reference or is defined locally
 boolean isSetConstraint()
          Returns whether the value of the 'Constraint' attribute is set.
 
Methods inherited from interface fr.tireme.schemadoc.SDSchema.SDConcreteComponent
cloneObject, getContainerDomElement, getDomElement, getID, getLocalRootID, getWrappedObject, isAny, isAnyAttribute, isContainerNull, setID
 
Methods inherited from interface fr.tireme.schemadoc.SDSchema.SDConstraint
getDefaultValue, getFixedValue, isDefaultConstraint, isFixedConstraint
 

Method Detail

getAttributeDeclaration

SDAttribute getAttributeDeclaration()

getContent

SDAttribute getContent()

isRef

boolean isRef()
Check whether the attached attribute is a reference or is defined locally

Returns:
boolean - true or false

getUse

int getUse()
Returns:
int -

isSetConstraint

boolean isSetConstraint()
Returns whether the value of the 'Constraint' attribute is set.

Returns:
boolean