public abstract class XFTFieldWrapper extends Object implements Identifier
Constructor and Description |
---|
XFTFieldWrapper() |
Modifier and Type | Method and Description |
---|---|
abstract XFTFactoryI |
getFactory()
Gets factory for the defined wrapper.
|
String |
getName()
Get name from wrapped field.
|
protected XFTElementWrapper |
getParentE() |
XFTField |
getWrapped()
Get wrapped field
|
abstract String |
getXPATH() |
boolean |
isHidden()
Checks if the item is shown in XML version only (i.e.
|
boolean |
isMultiple()
If maxOccurs is unbounded or > 1
|
boolean |
isReference()
Specifies if the current wrapped element is of type org.nrg.xft.schema.XFTDataField
|
void |
loadElement(XFTField xe)
Set wrapped field.
|
void |
setWrapped(XFTField element)
Set wrapped field
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId
protected XFTField wrapped
public abstract XFTFactoryI getFactory()
public void loadElement(XFTField xe)
xe
- public XFTField getWrapped()
public void setWrapped(XFTField element)
element
- public boolean isReference()
public boolean isMultiple()
protected XFTElementWrapper getParentE() throws ClassCastException
ClassCastException
public String getName()
public boolean isHidden()
public abstract String getXPATH()
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.