|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QName in net.sf.csutils.core.model |
---|
Methods in net.sf.csutils.core.model that return QName | |
---|---|
QName |
ROType.getQName()
Returns the object types qualified name. |
QName |
ROType.getQueryName()
Returns the object types query name. |
static QName |
QName.valueOf(java.lang.String pValue)
|
Methods in net.sf.csutils.core.model that return types with arguments of type QName | |
---|---|
java.util.Map<QName,ROType> |
ROMetaModel.getROTypes()
Returns the map of object types. |
Methods in net.sf.csutils.core.model with parameters of type QName | |
---|---|
ROType |
ROMetaModel.getROType(QName pQName)
Returns the object type with the given name. |
static java.lang.String |
QName.toString(QName pQName)
|
Uses of QName in net.sf.csutils.core.model.impl |
---|
Methods in net.sf.csutils.core.model.impl that return QName | |
---|---|
QName |
StaticROType.getQName()
|
QName |
StaticROType.getQueryName()
|
Methods in net.sf.csutils.core.model.impl that return types with arguments of type QName | |
---|---|
java.util.Map<QName,ROType> |
StaticROMetaModel.getROTypes()
|
java.util.Map<QName,ROType> |
DynamicROMetaModel.getROTypes()
|
Methods in net.sf.csutils.core.model.impl with parameters of type QName | |
---|---|
ROType |
StaticROMetaModel.getROType(QName pQName)
|
ROType |
DynamicROMetaModel.getROType(QName pQName)
|
void |
StaticROType.setQName(QName qName)
|
void |
StaticROType.setQueryName(QName qName)
|
Method parameters in net.sf.csutils.core.model.impl with type arguments of type QName | |
---|---|
void |
StaticROMetaModel.setROTypes(java.util.Map<QName,ROType> pTypes)
|
Uses of QName in net.sf.csutils.core.query.impl |
---|
Fields in net.sf.csutils.core.query.impl declared as QName | |
---|---|
static QName |
AbstractQueryGenerator.QNAME_ALLTYPES
The "allTypes" QName. |
Constructor parameters in net.sf.csutils.core.query.impl with type arguments of type QName | |
---|---|
XQueryCsqlStatement(java.lang.String pXQuery,
java.util.List<QName> pObjectTypes,
java.util.List<AbstractQueryGenerator.Parameter> pParameters,
int pParameterOffset)
|
Uses of QName in net.sf.csutils.core.registry |
---|
Methods in net.sf.csutils.core.registry with parameters of type QName | ||
---|---|---|
|
ROModelAccessor.createInstance(QName pType)
Creates a registry object with the given type. |
|
javax.xml.registry.infomodel.Concept |
RegistryFacade.findObjectType(QName pName)
Returns the object type with the given name. |
|
ROType |
ROModelAccessor.findType(QName pTypeName)
Finds the registry object type with the given name. |
|
void |
ROMetaModelAccessor.remove(QName pQName)
Removes the given object type from the registry. |
|
ROType |
ROModelAccessor.requireType(QName pTypeName)
Finds the registry object type with the given name. |
Uses of QName in net.sf.csutils.core.registry.centrasite |
---|
Fields in net.sf.csutils.core.registry.centrasite with type parameters of type QName | |
---|---|
static java.util.Map<QName,QName> |
CentraSiteMetaModelAccessor.BUILTIN_NAME_MAP
|
static java.util.Map<QName,QName> |
CentraSiteMetaModelAccessor.BUILTIN_NAME_MAP
|
Methods in net.sf.csutils.core.registry.centrasite with parameters of type QName | |
---|---|
ROType |
CentraSiteMetaModelAccessor.getROType(MetaModelAccessor.MetaModel pModel,
QName pQName)
|
Uses of QName in net.sf.csutils.core.registry.impl |
---|
Methods in net.sf.csutils.core.registry.impl that return types with arguments of type QName | |
---|---|
java.util.Map<QName,ROType> |
MetaModelAccessor.getROTypes(MetaModelAccessor.MetaModel pModel)
Returns the map of all types. |
java.util.Map<QName,ROType> |
MetaModelAccessor.MetaModel.getTypes()
|
java.util.Map<QName,ROType> |
MetaModelAccessor.MetaModel.getTypesCopy()
|
Methods in net.sf.csutils.core.registry.impl with parameters of type QName | ||
---|---|---|
|
ROModelAccessorImpl.createInstance(QName pType)
|
|
javax.xml.registry.infomodel.Concept |
AbstractRegistryFacade.findObjectType(QName pName)
Returns the object type with the given name. |
|
ROType |
ROModelAccessorImpl.findType(QName pQName)
|
|
abstract ROType |
MetaModelAccessor.getROType(MetaModelAccessor.MetaModel pModel,
QName pQName)
Returns the registry object type with the
given name. |
|
void |
MetaModelAccessor.remove(MetaModelAccessor.MetaModel pModel,
QName pQName)
Removes the given object type from the registry. |
|
void |
ROMetaModelAccessorImpl.remove(QName pQName)
|
|
ROType |
ROModelAccessorImpl.requireType(QName pQName)
|
Uses of QName in net.sf.csutils.core.registry.jaxmas |
---|
Methods in net.sf.csutils.core.registry.jaxmas with parameters of type QName | |
---|---|
ROType |
JaxMasMetaModelAccessor.getROType(MetaModelAccessor.MetaModel pModel,
QName pQName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |