org.jbind.xml.core.content
Interface IDataRefOrDecl

All Superinterfaces:
IComponent, IDataDesc, IDefaultTextContentProvider, IHasBindingAttributes, IHasLocation, ISourceInfo
All Known Subinterfaces:
IAttrDecl, IAttrRef, IAttrRefOrDecl, IElemDecl, IElemRef, IElemRefOrDecl
All Known Implementing Classes:
AttrDecl, AttrRef, AttrRefOrDecl, ElemDecl, ElemRef, ElemRefOrDecl

public interface IDataRefOrDecl
extends IComponent, IDataDesc


Method Summary
 void addValueConstraints(java.lang.String aDefault, java.lang.String aFixed, IConstraintViolations aViolations)
           
 
Methods inherited from interface org.jbind.xml.core.cmp.IComponent
accept, addSubComponent, getBindings, getGlobalRef, getName, getNamespace, getParentComponent, getSymbolspace, isAnonymous, isReference, isTopLevelComponent, setBindings, setParentComponent, validate
 
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.IDataDesc
checkValueConstraints, createData, createEmptyData, createUncheckedData, getDefault, getFixed, getType, isActive, isActive
 
Methods inherited from interface org.jbind.xml.core.bridge.IDefaultTextContentProvider
getDefaultTextContent
 

Method Detail

addValueConstraints

public void addValueConstraints(java.lang.String aDefault,
                                java.lang.String aFixed,
                                IConstraintViolations aViolations)