Package | Description |
---|---|
org.nrg.xft.meta | |
org.nrg.xft.schema | |
org.nrg.xft.schema.design | |
org.nrg.xft.schema.Wrappers.GenericWrapper | |
org.nrg.xft.schema.Wrappers.XMLWrapper |
Modifier and Type | Method and Description |
---|---|
static XFTElementWrapper |
XFTMetaManager.GetWrappedElementByCode(XFTFactoryI factory,
String code) |
static XFTElementWrapper |
XFTMetaManager.GetWrappedElementByName(XFTFactoryI factory,
String name)
Searches for a XFTElement with a matching Full XML Name.
|
static XFTElementWrapper |
XFTMetaManager.GetWrappedElementByNameAndURI(XFTFactoryI factory,
String name,
String uri)
Searches for a XFTElement with the matching name.
|
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 |
---|---|
protected XFTElementWrapper |
XFTSchema.getWrappedElementByCode(XFTFactoryI xef,
String type) |
protected XFTElementWrapper |
XFTSchema.getWrappedElementByJavaName(XFTFactoryI xef,
String name) |
protected XFTElementWrapper |
XFTSchema.getWrappedElementByName(XFTFactoryI xef,
String name) |
protected XFTElementWrapper |
XFTSchema.getWrappedElementByObject(XFTFactoryI xef,
Object o) |
protected XFTElementWrapper |
XFTSchema.getWrappedElementBySQLName(XFTFactoryI xef,
String name) |
Modifier and Type | Method and Description |
---|---|
XFTElementWrapper |
XFTFactoryI.convertElement(XFTElementWrapper xe) |
XFTElementWrapper |
XFTFactory.convertElement(XFTElementWrapper temp) |
abstract XFTElementWrapper |
XFTFactory.getElementWrapper() |
protected XFTElementWrapper |
XFTFieldWrapper.getParentE() |
XFTElementWrapper |
XFTFactoryI.wrapElement(XFTElement xe) |
XFTElementWrapper |
XFTFactory.wrapElement(XFTElement xe) |
Modifier and Type | Method and Description |
---|---|
XFTElementWrapper |
XFTFactoryI.convertElement(XFTElementWrapper xe) |
XFTElementWrapper |
XFTFactory.convertElement(XFTElementWrapper temp) |
Modifier and Type | Class and Description |
---|---|
class |
GenericWrapperElement |
Modifier and Type | Method and Description |
---|---|
XFTElementWrapper |
GenericWrapperFactory.getElementWrapper() |
protected XFTElementWrapper |
GenericWrapperField.getParentE() |
Modifier and Type | Class and Description |
---|---|
class |
XMLWrapperElement |
Modifier and Type | Method and Description |
---|---|
XFTElementWrapper |
XMLWrapperFactory.getElementWrapper() |
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.