|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SmAttributeUse<A,S>
Method Summary | |
---|---|
SmAttribute<A,S> |
getAttribute()
Returns the {attribute declaration} property. |
SmValueConstraint<A> |
getEffectiveValueConstraint()
Returns the effective value constraint, may be null . |
boolean |
isRequired()
Returns the {required} property. |
Methods inherited from interface org.gxml.xs.SmHasValueConstraint |
---|
getValueConstraint |
Method Detail |
---|
boolean isRequired()
true
if the use [attribute] is present with actual value
required, otherwise false
.
SmAttribute<A,S> getAttribute()
SmValueConstraint<A> getEffectiveValueConstraint()
null
. [Definition:] Let the effective value
constraint of an attribute use be its {value constraint}, if present, otherwise its {attribute declaration}'s
{value constraint}.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |