Package | Description |
---|---|
org.nrg.xdat.schema | |
org.nrg.xft | |
org.nrg.xft.meta | |
org.nrg.xft.references | |
org.nrg.xft.schema | |
org.nrg.xft.schema.Wrappers.GenericWrapper | |
org.nrg.xft.schema.Wrappers.XMLWrapper |
Modifier and Type | Method and Description |
---|---|
static SchemaElementI |
SchemaElement.GetElement(XMLType n) |
Constructor and Description |
---|
XFTMetaItem(XMLType eType,
Object meta_data_id) |
Modifier and Type | Method and Description |
---|---|
static XFTElement |
XFTMetaManager.FindElement(XMLType t)
Searches for a XFTElement with the matching XMLType.
|
static XFTElementWrapper |
XFTMetaManager.GetWrappedElementByXMLType(XFTFactoryI factory,
XMLType t)
Searches for a XFTElement with the matching XMLType, and wraps it using the XFTFactoryI.
|
Modifier and Type | Method and Description |
---|---|
XMLType |
XFTRelationSpecification.getSchemaType() |
XMLType |
XFTMappingColumn.getXmlType() |
Modifier and Type | Method and Description |
---|---|
void |
XFTMappingColumn.setXmlType(XMLType type) |
Constructor and Description |
---|
XFTRelationSpecification(String lTable,
String lCol,
String fTable,
String fCol,
XMLType type,
GenericWrapperField fkey,
GenericWrapperField lKey,
XFTSuperiorReference p)
Constructs the XFTRelationSpecification using the assigned values.
|
Modifier and Type | Method and Description |
---|---|
XMLType |
XFTSchema.getBasicDataType(String type)
Gets an XMLType with this schema's XMLNS prefix and the specified type.
|
XMLType |
XFTElement.getExtensionType()
If the element is an extension of another element, then its extension is true and the
extended elements XMLType is stored in the exstensionType element.
|
XMLType |
NodeWrapper.getName()
Returns the XMLType of the wrapped node
|
XMLType |
XFTElement.getType()
schema target namespace prefix + local xml element name.
|
XMLType |
XFTReferenceField.getXMLType()
Gets the XMLType for the referenced element
|
abstract XMLType |
XFTField.getXMLType() |
XMLType |
XFTDataField.getXMLType()
XMLType of the field (i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
XFTElement.setExtensionType(XMLType type)
If the element is an extension of another element, then its extension is true and the
extended elements XMLType is stored in the exstensionType element.
|
void |
NodeWrapper.setName(XMLType type)
Assign a XMLType to this NodeWrapper
|
void |
XFTReferenceField.setXMLType(XMLType type)
Gets the XMLType for the referenced element
|
abstract void |
XFTField.setXMLType(XMLType type) |
void |
XFTDataField.setXMLType(XMLType t) |
Modifier and Type | Method and Description |
---|---|
XMLType |
GenericWrapperElement.getExtensionType()
Get the XMLType of the Element which this one extends.
|
XMLType |
GenericWrapperField.getReferenceElementName()
returns the XMLType of the wrapped column.
|
XMLType |
GenericWrapperElement.getType()
The name of the element, and its schema's target namespace prefix are used to generate a XMLType which
is used to uniquely identify an element.
|
XMLType |
GenericWrapperField.getXMLType()
Return the specified type.
|
Modifier and Type | Method and Description |
---|---|
static GenericWrapperElement |
GenericWrapperElement.GetElement(XMLType t)
Get GenericWrapperElement with a matching XMLType
|
Modifier and Type | Method and Description |
---|---|
XMLType |
XMLWrapperField.getExternalXMLType() |
XMLType |
XMLFieldData.getXmlType() |
Modifier and Type | Method and Description |
---|---|
void |
XMLFieldData.setXmlType(XMLType type) |
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.