|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Type in commonj.sdo |
---|
Methods in commonj.sdo that return Type | |
---|---|
Type |
Property.getContainingType()
Returns the containing type of this Property. |
Type |
DataObject.getType()
Returns the data object's type. |
Type |
Property.getType()
Returns the type of the Property. |
Type |
DataGraph.getType(String uri,
String typeName)
Returns the type with the given the URI ,
or contained by the resource at the given URI,
and with the given name . |
Methods in commonj.sdo with parameters of type Type | |
---|---|
DataObject |
DataObject.createDataObject(Property property,
Type type)
Returns a new data object contained by this object using the specified property,
which must be of containment type . |
DataObject |
DataGraph.createRootObject(Type type)
Creates a new root data object of the specified type. |
Uses of Type in commonj.sdo.helper |
---|
Methods in commonj.sdo.helper that return Type | |
---|---|
Type |
TypeHelper.define(DataObject type)
Define the DataObject as a Type. |
Type |
TypeHelper.getType(Class interfaceClass)
Return the Type for this interfaceClass or null if not found. |
Type |
TypeHelper.getType(String uri,
String typeName)
Return the Type specified by typeName with the given uri, or null if not found. |
Methods in commonj.sdo.helper with parameters of type Type | |
---|---|
Object |
DataHelper.convert(Type type,
Object value)
Convert the specified value to an instance
of the specified type. |
DataObject |
DataFactory.create(Type type)
Create a DataObject of the Type specified. |
String |
XSDHelper.getAppinfo(Type type,
String source)
Return the appinfo declared for this Type and source. |
String |
XSDHelper.getLocalName(Type type)
Returns the local name as declared in the XSD. |
boolean |
XSDHelper.isMixed(Type type)
Returns true if the Type is declared to contain mixed content. |
boolean |
XSDHelper.isXSD(Type type)
Indicates if this helper contains XSD information for the specified type. |
Uses of Type in org.apache.tuscany.sdo |
---|
Methods in org.apache.tuscany.sdo that return Type | |
---|---|
Type |
SDOFactory.createClass()
Returns a new object of class 'Class'. |
Type |
SDOFactory.createDataType()
Returns a new object of class 'Data Type'. |
Type |
SDOFactory.createEnum()
Returns a new object of class 'Enum'. |
Methods in org.apache.tuscany.sdo with parameters of type Type | |
---|---|
void |
SDOTypeVisitor.visitType(Type type)
Visit a type definition. |
Uses of Type in org.apache.tuscany.sdo.api |
---|
Methods in org.apache.tuscany.sdo.api that return Type | |
---|---|
static Type |
SDOUtil.createType(HelperContext hc,
String uri,
String name,
boolean isDataType)
|
Type |
SDOHelper.MetaDataBuilder.createType(HelperContext hc,
String uri,
String name,
boolean isDataType)
Create a Type in the specified TypeHelper scope. |
static Type |
SDOUtil.getJavaSDOType(Class javaClass)
|
Type |
SDOHelper.getJavaSDOType(Class javaClass)
Get the SDO built-in type corresponding to the specified Java instanceClass. |
static Type |
SDOUtil.getXSDSDOType(String xsdType)
|
Type |
SDOHelper.getXSDSDOType(String xsdType)
Get the SDO built-in type corresponding to the specified XSD type in the XML Schema namespace ("http://www.w3.org/2001/XMLSchema"). |
Methods in org.apache.tuscany.sdo.api with parameters of type Type | |
---|---|
static void |
SDOUtil.addAliasName(Type type,
String aliasName)
|
void |
SDOHelper.MetaDataBuilder.addAliasName(Type type,
String aliasName)
Add an aliasName to the specified type. |
static void |
SDOUtil.addBaseType(Type type,
Type baseType)
|
void |
SDOHelper.MetaDataBuilder.addBaseType(Type type,
Type baseType)
Add a baseType to the specified type. |
static void |
SDOUtil.addTypeInstanceProperty(Type definedType,
Property property,
Object value)
|
void |
SDOHelper.MetaDataBuilder.addTypeInstanceProperty(Type definedType,
Property instanceProperty,
Object value)
Add an instance property to the specified type. |
static String |
SDOUtil.convertToString(Type dataType,
Object value)
|
String |
SDOHelper.convertToString(Type dataType,
Object value)
Converts an instance of a data type to a string literal representation. |
static DataObject |
SDOUtil.createDataTypeWrapper(Type dataType,
Object value)
|
DataObject |
SDOHelper.createDataTypeWrapper(Type dataType,
Object value)
Create a DataObject wrapper for an instance of the specified dataType. |
static Object |
SDOUtil.createFromString(Type dataType,
String literal)
|
Object |
SDOHelper.createFromString(Type dataType,
String literal)
Creates an instance of a data type from the specified string. |
static Property |
SDOUtil.createOpenContentProperty(HelperContext hc,
String uri,
String name,
Type type)
|
Property |
SDOHelper.MetaDataBuilder.createOpenContentProperty(HelperContext hc,
String uri,
String name,
Type type)
Create a new open content property in the specified TypeHelper scope. |
static Property |
SDOUtil.createProperty(Type containingType,
String name,
Type propertyType)
|
Property |
SDOHelper.MetaDataBuilder.createProperty(Type containingType,
String name,
Type propertyType)
Create a new property in the specified containingType. |
static List |
SDOUtil.getEnumerationFacet(Type type)
|
List |
SDOHelper.getEnumerationFacet(Type type)
Return Enumeration facet |
static List |
SDOUtil.getPatternFacet(Type type)
|
List |
SDOHelper.getPatternFacet(Type type)
Return Pattern facet |
static boolean |
SDOUtil.isDocumentRoot(Type type)
|
boolean |
SDOHelper.isDocumentRoot(Type type)
Return true if the specified type is a special DocumentRoot Type. |
static void |
SDOUtil.setAbstract(Type type,
boolean isAbstract)
|
void |
SDOHelper.MetaDataBuilder.setAbstract(Type type,
boolean isAbstract)
Set the isAbstract value of the specified type. |
static void |
SDOUtil.setJavaClassName(Type type,
String javaClassName)
|
void |
SDOHelper.MetaDataBuilder.setJavaClassName(Type type,
String javaClassName)
Set the isAbstract value of the specified type. |
static void |
SDOUtil.setOpen(Type type,
boolean isOpen)
|
void |
SDOHelper.MetaDataBuilder.setOpen(Type type,
boolean isOpen)
Set the isOpen value of the specified type. |
static void |
SDOUtil.setSequenced(Type type,
boolean isSequenced)
|
void |
SDOHelper.MetaDataBuilder.setSequenced(Type type,
boolean isSequenced)
Set the isSequenced value of the specified type. |
Uses of Type in org.apache.tuscany.sdo.codegen |
---|
Methods in org.apache.tuscany.sdo.codegen that return Type | |
---|---|
Type |
NoJavaImplementationException.getType()
Return the type that did not have a Java implementation. |
Methods in org.apache.tuscany.sdo.codegen with parameters of type Type | |
---|---|
void |
JavaInterfaceGenerator.visitType(Type type)
|
void |
BytecodeInterfaceGenerator.visitType(Type type)
|
Constructors in org.apache.tuscany.sdo.codegen with parameters of type Type | |
---|---|
NoJavaImplementationException(String message,
Type type)
Constructor supplying a message and the Type that did not have a Java implementation. |
|
NoJavaImplementationException(Type type)
Constructor supplying the Type that did not have a Java implementation. |
Uses of Type in org.apache.tuscany.sdo.helper |
---|
Methods in org.apache.tuscany.sdo.helper that return Type | |
---|---|
Type |
SDOHelperImpl.createType(HelperContext hc,
String uri,
String name,
boolean isDataType)
|
Type |
TypeHelperImpl.define(DataObject type)
|
protected Type |
TypeHelperImpl.getDefinedType(Type modeledType)
|
Type |
SDOHelperImpl.getJavaSDOType(Class javaClass)
|
Type |
TypeHelperImpl.getType(Class interfaceClass)
|
Type |
TypeHelperImpl.getType(String uri,
String typeName)
|
Type |
SDOHelperImpl.getXSDSDOType(String xsdType)
|
Methods in org.apache.tuscany.sdo.helper with parameters of type Type | |
---|---|
void |
SDOHelperImpl.addAliasName(Type type,
String aliasName)
|
void |
SDOHelperImpl.addBaseType(Type type,
Type baseType)
|
protected void |
TypeHelperImpl.addTypeInstanceProperties(Type definedType,
DataObject modeledType)
|
void |
SDOHelperImpl.addTypeInstanceProperty(Type definedType,
Property instanceProperty,
Object value)
|
javax.xml.namespace.QName |
SchemaBuilder.buildComplexSchemaType(Type dataType)
|
protected javax.xml.namespace.QName |
SchemaBuilder.buildSchema(Type dataType)
|
Object |
DataHelperImpl.convert(Type type,
Object value)
|
String |
SDOHelperImpl.convertToString(Type dataType,
Object value)
|
DataObject |
DataFactoryImpl.create(Type type)
|
DataObject |
SDOHelperImpl.createDataTypeWrapper(Type dataType,
Object value)
|
Object |
SDOHelperImpl.createFromString(Type dataType,
String literal)
|
Property |
SDOHelperImpl.createOpenContentProperty(HelperContext hc,
String uri,
String name,
Type type)
|
Property |
SDOHelperImpl.createProperty(Type containingType,
String name,
Type propertyType)
|
String |
XSDHelperImpl.getAppinfo(Type type,
String source)
|
List |
SDOHelperImpl.getEnumerationFacet(Type type)
|
String |
XSDHelperImpl.getLocalName(Type type)
|
List |
SDOHelperImpl.getPatternFacet(Type type)
|
boolean |
SDOHelperImpl.isDocumentRoot(Type type)
|
boolean |
XSDHelperImpl.isMixed(Type type)
|
boolean |
XSDHelperImpl.isXSD(Type type)
|
void |
SDOHelperImpl.setAbstract(Type type,
boolean isAbstract)
|
void |
SDOHelperImpl.setJavaClassName(Type type,
String javaClassName)
|
void |
SDOHelperImpl.setOpen(Type type,
boolean isOpen)
|
void |
SDOHelperImpl.setSequenced(Type type,
boolean isSequenced)
|
Uses of Type in org.apache.tuscany.sdo.impl |
---|
Classes in org.apache.tuscany.sdo.impl that implement Type | |
---|---|
class |
EnumImpl
Deprecated. SDO doesn't support Enum types |
Fields in org.apache.tuscany.sdo.impl declared as Type | |
---|---|
static Type |
AttributeImpl.INTERNAL_BASE64_BYTES
|
static Type |
AttributeImpl.INTERNAL_QNAME
|
Methods in org.apache.tuscany.sdo.impl that return Type | |
---|---|
Type |
SDOFactoryImpl.createClass()
|
Type |
SDOFactoryImpl.createDataType()
|
Type |
SDOFactoryImpl.createEnum()
|
protected Type |
FactoryBase.createType(boolean isDataType,
int typeNumber)
|
Type |
AttributeImpl.getContainingType()
|
Type |
ReferenceImpl.getContainingType()
|
protected Type |
FactoryBase.getSequence()
|
Type |
DataObjectBase.getStaticType()
|
Type |
DataObjectImpl.getType()
|
Type |
AttributeImpl.getType()
|
Type |
ReferenceImpl.getType()
|
Type |
DataGraphImpl.getType(String namespaceURI,
String typeName)
|
Methods in org.apache.tuscany.sdo.impl with parameters of type Type | |
---|---|
protected void |
FactoryBase.addSuperType(Type subType,
Type superType)
|
protected void |
FactoryBase.addXSDMapping(Type type,
String[] xsdMappings)
|
protected DataObjectBase.ChangeContext |
DataObjectBase.basicAdd(Sequence seq,
Type type,
int propertyIndex,
Object newValue,
DataObjectBase.ChangeContext changeContext)
|
DataObject |
DataObjectImpl.createDataObject(Property property,
Type type)
|
DataObject |
DataGraphImpl.createEDataObject(Type type)
|
protected Property |
FactoryBase.createGlobalProperty(String name,
Type type,
String[] xsdMappings)
|
protected Property |
FactoryBase.createGlobalProperty(String name,
Type type,
String[] xsdMappings,
boolean asAttribute)
|
protected Property |
FactoryBase.createGlobalProperty(String name,
Type type,
String[] xsdMappings,
boolean asAttribute,
String annotationSource)
|
protected void |
FactoryBase.createProperty(boolean isDataType,
Type containingType,
int internalPropertyNumber)
|
DataObject |
DataGraphImpl.createRootObject(Type type)
|
protected Sequence |
DataObjectBase.createSequence(Sequence sequence,
Type type,
int propertyIndex)
|
protected Object |
DataObjectBase.get(Sequence seq,
Type type,
int propertyIndex)
|
protected List |
DataObjectBase.getList(Sequence seq,
Type type,
int propertyIndex)
|
protected Property |
FactoryBase.getLocalProperty(Type type,
int localPropertyIndex)
|
protected Property |
FactoryBase.getProperty(Type type,
int internalPropertyNumber)
Deprecated. - use getLocalProperty instead, since getProperty causes caching of structural features. |
protected void |
FactoryBase.initializeProperty(Property property,
Type type,
String name,
String defaultValue,
int lower,
int upper,
Class containerClass,
boolean isReadonly,
boolean isUnsettable,
boolean isDerived)
|
protected void |
FactoryBase.initializeProperty(Property property,
Type type,
String name,
String defaultValue,
int lower,
int upper,
Class containerClass,
boolean isReadonly,
boolean isUnsettable,
boolean isDerived,
boolean isComposite,
Property oppositeProperty)
|
protected void |
FactoryBase.initializeType(Type type,
Class instanceClass,
String name)
|
protected void |
FactoryBase.initializeType(Type type,
Class instanceClass,
String name,
boolean isAbstract)
|
protected void |
FactoryBase.initializeType(Type type,
Class instanceClass,
String name,
boolean isSerializable,
boolean isGenerated)
|
protected boolean |
DataObjectBase.isSet(Sequence seq,
Type type,
int propertyIndex)
|
protected void |
DataObjectBase.set(Sequence seq,
Type type,
int propertyIndex,
Object newValue)
|
protected void |
FactoryBase.setInstanceProperty(Type type,
String namespaceURI,
String propertyName,
String propertyValue)
|
protected void |
DataObjectBase.unset(Sequence seq,
Type type,
int propertyIndex)
|
Uses of Type in org.apache.tuscany.sdo.model.impl |
---|
Fields in org.apache.tuscany.sdo.model.impl declared as Type | |
---|---|
protected Type |
ModelFactoryImpl.baseDataGraphTypeType
|
protected Type |
ModelFactoryImpl.boolean_Type
|
protected Type |
ModelFactoryImpl.booleanObjectType
|
protected Type |
ModelFactoryImpl.byte_Type
|
protected Type |
ModelFactoryImpl.byteObjectType
|
protected Type |
ModelFactoryImpl.bytesType
|
protected Type |
ModelFactoryImpl.changeSummaryTypeType
|
protected Type |
ModelFactoryImpl.characterObjectType
|
protected Type |
ModelFactoryImpl.characterType
|
protected Type |
ModelFactoryImpl.dataGraphTypeType
|
protected Type |
ModelFactoryImpl.dataObjectType
|
protected Type |
ModelFactoryImpl.dateTimeType
|
protected Type |
ModelFactoryImpl.dateType
|
protected Type |
ModelFactoryImpl.dayType
|
protected Type |
ModelFactoryImpl.decimalType
|
protected Type |
ModelFactoryImpl.double_Type
|
protected Type |
ModelFactoryImpl.doubleObjectType
|
protected Type |
ModelFactoryImpl.durationType
|
protected Type |
ModelFactoryImpl.float_Type
|
protected Type |
ModelFactoryImpl.floatObjectType
|
protected Type |
ModelFactoryImpl.int_Type
|
protected Type |
ModelFactoryImpl.integerType
|
protected Type |
ModelFactoryImpl.intObjectType
|
protected Type |
ModelFactoryImpl.long_Type
|
protected Type |
ModelFactoryImpl.longObjectType
|
protected Type |
ModelFactoryImpl.modelsTypeType
|
protected Type |
ModelFactoryImpl.monthDayType
|
protected Type |
ModelFactoryImpl.monthType
|
protected Type |
ModelFactoryImpl.objectType
|
protected Type |
ModelFactoryImpl.propertyType
|
protected Type |
ModelFactoryImpl.short_Type
|
protected Type |
ModelFactoryImpl.shortObjectType
|
protected Type |
ModelFactoryImpl.stringsType
|
protected Type |
ModelFactoryImpl.stringType
|
protected Type |
ModelFactoryImpl.textTypeType
|
protected Type |
ModelFactoryImpl.timeType
|
protected Type |
ModelFactoryImpl.typesType
|
protected Type |
ModelFactoryImpl.typeType
|
protected Type |
ModelFactoryImpl.uriType
|
protected Type |
ModelFactoryImpl.xsdTypeType
|
protected Type |
ModelFactoryImpl.yearMonthDayType
|
protected Type |
ModelFactoryImpl.yearMonthType
|
protected Type |
ModelFactoryImpl.yearType
|
Methods in org.apache.tuscany.sdo.model.impl that return Type | |
---|---|
Type |
ModelFactoryImpl.getBaseDataGraphType()
|
Type |
ModelFactoryImpl.getBoolean()
|
Type |
ModelFactoryImpl.getBooleanObject()
|
Type |
ModelFactoryImpl.getByte()
|
Type |
ModelFactoryImpl.getByteObject()
|
Type |
ModelFactoryImpl.getBytes()
|
Type |
ModelFactoryImpl.getChangeSummaryType()
|
Type |
ModelFactoryImpl.getCharacter()
|
Type |
ModelFactoryImpl.getCharacterObject()
|
Type |
ModelFactoryImpl.getDataGraphType()
|
Type |
ModelFactoryImpl.getDataObject()
|
Type |
ModelFactoryImpl.getDate()
|
Type |
ModelFactoryImpl.getDateTime()
|
Type |
ModelFactoryImpl.getDay()
|
Type |
ModelFactoryImpl.getDecimal()
|
Type |
ModelFactoryImpl.getDouble()
|
Type |
ModelFactoryImpl.getDoubleObject()
|
Type |
ModelFactoryImpl.getDuration()
|
Type |
ModelFactoryImpl.getFloat()
|
Type |
ModelFactoryImpl.getFloatObject()
|
Type |
ModelFactoryImpl.getInt()
|
Type |
ModelFactoryImpl.getInteger()
|
Type |
ModelFactoryImpl.getIntObject()
|
Type |
ModelFactoryImpl.getLong()
|
Type |
ModelFactoryImpl.getLongObject()
|
Type |
ModelFactoryImpl.getModelsType()
|
Type |
ModelFactoryImpl.getMonth()
|
Type |
ModelFactoryImpl.getMonthDay()
|
Type |
ModelFactoryImpl.getObject()
|
Type |
ModelFactoryImpl.getProperty()
|
Type |
ModelFactoryImpl.getShort()
|
Type |
ModelFactoryImpl.getShortObject()
|
Type |
XSDTypeImpl.getStaticType()
|
Type |
ModelsTypeImpl.getStaticType()
|
Type |
TypesImpl.getStaticType()
|
Type |
PropertyImpl.getStaticType()
|
Type |
BaseDataGraphTypeImpl.getStaticType()
|
Type |
TextTypeImpl.getStaticType()
|
Type |
TypeImpl.getStaticType()
|
Type |
DataGraphTypeImpl.getStaticType()
|
Type |
DataObjectImpl.getStaticType()
|
Type |
ModelFactoryImpl.getString()
|
Type |
ModelFactoryImpl.getStrings()
|
Type |
ModelFactoryImpl.getTextType()
|
Type |
ModelFactoryImpl.getTime()
|
Type |
ModelFactoryImpl.getType()
|
Type |
ModelFactoryImpl.getTypes()
|
Type |
ModelFactoryImpl.getURI()
|
Type |
ModelFactoryImpl.getXSDType()
|
Type |
ModelFactoryImpl.getYear()
|
Type |
ModelFactoryImpl.getYearMonth()
|
Type |
ModelFactoryImpl.getYearMonthDay()
|
Uses of Type in org.apache.tuscany.sdo.model.internal.impl |
---|
Fields in org.apache.tuscany.sdo.model.internal.impl declared as Type | |
---|---|
protected Type |
InternalFactoryImpl.base64BytesType
|
protected Type |
InternalFactoryImpl.qNameType
|
Methods in org.apache.tuscany.sdo.model.internal.impl that return Type | |
---|---|
Type |
InternalFactoryImpl.getBase64Bytes()
|
Type |
InternalFactoryImpl.getQName()
|
Uses of Type in org.apache.tuscany.sdo.model.java.impl |
---|
Fields in org.apache.tuscany.sdo.model.java.impl declared as Type | |
---|---|
protected Type |
JavaFactoryImpl.booleanObjectType
|
protected Type |
JavaFactoryImpl.byteObjectType
|
protected Type |
JavaFactoryImpl.characterObjectType
|
protected Type |
JavaFactoryImpl.doubleObjectType
|
protected Type |
JavaFactoryImpl.floatObjectType
|
protected Type |
JavaFactoryImpl.intObjectType
|
protected Type |
JavaFactoryImpl.javaInfoType
|
protected Type |
JavaFactoryImpl.longObjectType
|
protected Type |
JavaFactoryImpl.shortObjectType
|
Methods in org.apache.tuscany.sdo.model.java.impl that return Type | |
---|---|
Type |
JavaFactoryImpl.getBooleanObject()
|
Type |
JavaFactoryImpl.getByteObject()
|
Type |
JavaFactoryImpl.getCharacterObject()
|
Type |
JavaFactoryImpl.getDoubleObject()
|
Type |
JavaFactoryImpl.getFloatObject()
|
Type |
JavaFactoryImpl.getIntObject()
|
Type |
JavaFactoryImpl.getJavaInfo()
|
Type |
JavaFactoryImpl.getLongObject()
|
Type |
JavaFactoryImpl.getShortObject()
|
Type |
JavaInfoImpl.getStaticType()
|
Uses of Type in org.apache.tuscany.sdo.model.xml.impl |
---|
Fields in org.apache.tuscany.sdo.model.xml.impl declared as Type | |
---|---|
protected Type |
XMLFactoryImpl.xmlInfoType
|
Methods in org.apache.tuscany.sdo.model.xml.impl that return Type | |
---|---|
Type |
XMLInfoImpl.getStaticType()
|
Type |
XMLFactoryImpl.getXMLInfo()
|
Uses of Type in org.apache.tuscany.sdo.util |
---|
Methods in org.apache.tuscany.sdo.util that return Type | |
---|---|
static Type |
SDOUtil.createType(TypeHelper scope,
String uri,
String name,
boolean isDataType)
Deprecated. |
static Type |
SDOUtil.getJavaSDOType(Class javaClass)
Deprecated. |
static Type |
DataObjectUtil.getType(DataObject dataObject,
String namespaceURI,
String typeName)
|
static Type |
SDOUtil.getXSDSDOType(String xsdType)
Deprecated. |
Methods in org.apache.tuscany.sdo.util with parameters of type Type | |
---|---|
static void |
SDOUtil.addAliasName(Type type,
String aliasName)
Deprecated. |
static void |
SDOUtil.addBaseType(Type type,
Type baseType)
Deprecated. |
static void |
SDOUtil.addTypeInstanceProperties(Type definedType,
DataObject modeledType)
Deprecated. see org.apache.tuscany.sdo.api.SDOUtil#addTypeInstanceProperty(Type, Property, Object |
static String |
SDOUtil.convertToString(Type dataType,
Object value)
Deprecated. |
static DataObject |
DataObjectUtil.create(Type type)
|
static DataObject |
DataObjectUtil.createDataObject(DataObject dataObject,
Property property,
Type type)
|
static DataObject |
SDOUtil.createDataTypeWrapper(Type dataType,
Object value)
Deprecated. |
static Object |
SDOUtil.createFromString(Type dataType,
String literal)
Deprecated. |
static Property |
SDOUtil.createGlobalProperty(TypeHelper scope,
String uri,
String name,
Type type)
Deprecated. |
static Property |
SDOUtil.createProperty(Type containingType,
String name,
Type propertyType)
Deprecated. |
protected static Property |
DataObjectUtil.demandOpenProperty(Type type,
String name,
Object value,
boolean isSequence)
|
static boolean |
SDOUtil.isDocumentRoot(Type type)
Deprecated. |
static void |
SDOUtil.setAbstract(Type type,
boolean isAbstract)
Deprecated. |
static void |
SDOUtil.setJavaClassName(Type type,
String javaClassName)
Deprecated. |
static void |
SDOUtil.setOpen(Type type,
boolean isOpen)
Deprecated. |
static void |
SDOUtil.setSequenced(Type type,
boolean isSequenced)
Deprecated. |
Uses of Type in org.apache.tuscany.sdo.util.metadata.impl |
---|
Fields in org.apache.tuscany.sdo.util.metadata.impl declared as Type | |
---|---|
protected Type |
MetadataFactoryImpl.javaMetaDataType
|
protected Type |
MetadataFactoryImpl.sdoMetaDataGroupType
|
protected Type |
MetadataFactoryImpl.typeMetaDataType
|
protected Type |
MetadataFactoryImpl.xsdMetaDataType
|
Methods in org.apache.tuscany.sdo.util.metadata.impl that return Type | |
---|---|
Type |
MetadataFactoryImpl.getJavaMetaData()
|
Type |
MetadataFactoryImpl.getSDOMetaDataGroup()
|
Type |
TypeMetaDataImpl.getStaticType()
|
Type |
JavaMetaDataImpl.getStaticType()
|
Type |
SDOMetaDataGroupImpl.getStaticType()
|
Type |
XSDMetaDataImpl.getStaticType()
|
Type |
MetadataFactoryImpl.getTypeMetaData()
|
Type |
MetadataFactoryImpl.getXSDMetaData()
|
Uses of Type in org.apache.tuscany.sdo.util.resource |
---|
Methods in org.apache.tuscany.sdo.util.resource that return Type | |
---|---|
protected Type |
SDODeserializer.globalElementType(String nameSpace,
String name)
|
protected Type |
SDODeserializer.typeXSI()
|
Methods in org.apache.tuscany.sdo.util.resource with parameters of type Type | |
---|---|
protected Property |
SDODeserializer.getProperty(String nameSpace,
String name,
Type type)
|
protected Property |
SDODeserializer.getProperty(Type type,
String name)
|
protected Property |
SDODeserializer.getProperty(Type type,
String nameSpace,
String name,
boolean element)
|
protected void |
ChangeSummaryStreamDeserializer.logAttributeChange(Collection featureChanges,
String nameSpace,
String name,
Type type,
String value,
javax.xml.namespace.NamespaceContext nameSpaces)
|
protected void |
ChangeSummaryStreamDeserializer.logAttributeChange(Collection featureChanges,
String property,
Type type,
String value,
javax.xml.namespace.NamespaceContext nameSpaces)
|
protected Collection |
ChangeSummaryStreamDeserializer.unsetProperties(org.eclipse.emf.ecore.EObject referent,
String unset,
Type type)
|
protected Object |
SDODeserializer.value(Type type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |