|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbind.xml.schema.cmp.Component org.jbind.xml.schema.cmp.AttrDesc org.jbind.xml.schema.cmp.AttrRefOrDecl
Field Summary | |
protected ISimpleData |
myDefault
|
protected ISimpleData |
myFixed
|
Constructor Summary | |
AttrRefOrDecl(ISourceInfo aSourceInfo,
java.lang.String aNamespace,
java.lang.String aName,
AttributeOccurence anOccurence)
|
Method Summary | |
ISimpleData |
getDefault()
Gets the default value. |
ISimpleData |
getFixed()
Gets the fixed value. |
AttributeOccurence |
getOccurence()
|
void |
validate(IConstraintViolations aViolations)
Validates the component. |
Methods inherited from class org.jbind.xml.schema.cmp.AttrDesc |
checkValueConstraints, createData, createEmptyData, createUncheckedData, getDefaultTextContent, getSymbolspace, isActive, isActive |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jbind.xml.core.content.IAttrRefOrDecl |
hasDefaultType |
Methods inherited from interface org.jbind.xml.core.content.IDataDesc |
checkValueConstraints, createData, createEmptyData, createUncheckedData, getType, isActive, isActive |
Methods inherited from interface org.jbind.xml.core.bridge.IDefaultTextContentProvider |
getDefaultTextContent |
Methods inherited from interface org.jbind.xml.core.cmp.IComponent |
accept, addSubComponent, getBindings, getGlobalRef, getName, getNamespace, getParentComponent, getSymbolspace, isAnonymous, isReference, isTopLevelComponent, setBindings, setParentComponent |
Methods inherited from interface org.jbind.xml.core.cmp.ISourceInfo |
getAnnotation, getPrefixToNamespaceMapping |
Methods inherited from interface org.jbind.xml.base.IHasLocation |
getLocation |
Methods inherited from interface org.jbind.xml.base.IHasBindingAttributes |
getBindingAttribute, getDefaultedLocalBindingAttribute, getDefaultedLocalStringBindingAttribute, getLocalBindingAttribute, getLocalStringBindingAttribute, getStringBindingAttribute |
Methods inherited from interface org.jbind.xml.core.content.IDataRefOrDecl |
addValueConstraints |
Field Detail |
protected ISimpleData myDefault
protected ISimpleData myFixed
Constructor Detail |
public AttrRefOrDecl(ISourceInfo aSourceInfo, java.lang.String aNamespace, java.lang.String aName, AttributeOccurence anOccurence)
Method Detail |
public AttributeOccurence getOccurence()
getOccurence
in interface IAttrRefOrDecl
public ISimpleData getDefault()
IDataDesc
getDefault
in interface IDataDesc
public ISimpleData getFixed()
IDataDesc
getFixed
in interface IDataDesc
public void validate(IConstraintViolations aViolations)
IComponent
validate
in interface IComponent
aViolations
- (required).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |