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) |
protected ArrayList |
XFTSchema.getWrappedElementsByCode(XFTFactoryI xef) |
protected ArrayList |
XFTSchema.getWrappedElementsByName(XFTFactoryI xef) |
ArrayList |
XFTSchema.getWrappedElementsSorted(XFTFactoryI xef) |
Modifier and Type | Class and Description |
---|---|
class |
XFTFactory |
Modifier and Type | Method and Description |
---|---|
abstract XFTFactoryI |
XFTFieldWrapper.getFactory()
Gets factory for the defined wrapper.
|
abstract XFTFactoryI |
XFTElementWrapper.getFactory() |
Modifier and Type | Class and Description |
---|---|
class |
GenericWrapperFactory |
Modifier and Type | Method and Description |
---|---|
XFTFactoryI |
GenericWrapperField.getFactory() |
XFTFactoryI |
GenericWrapperElement.getFactory() |
static XFTFactoryI |
GenericWrapperFactory.GetInstance()
Singleton reference to the RWrapperFactory instance
|
Modifier and Type | Class and Description |
---|---|
class |
XMLWrapperFactory |
Modifier and Type | Method and Description |
---|---|
XFTFactoryI |
XMLWrapperField.getFactory() |
XFTFactoryI |
XMLWrapperElement.getFactory() |
static XFTFactoryI |
XMLWrapperFactory.GetInstance() |
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.