public class SchemaField extends Object implements Identifier, SchemaFieldI
Constructor and Description |
---|
SchemaField(GenericWrapperField f) |
SchemaField(String xmlPath) |
Modifier and Type | Method and Description |
---|---|
GenericWrapperField |
getGenericXFTField() |
String |
getId() |
String |
getName() |
SchemaElementI |
getParentElement() |
Hashtable |
getPossibleValues(String login) |
SchemaElementI |
getReferenceElement() |
String |
getSQLName() |
GenericWrapperField |
getWrapped() |
String |
getXMLPathString(String elementName) |
boolean |
isBooleanField() |
boolean |
isReference() |
public SchemaField(GenericWrapperField f)
public SchemaField(String xmlPath) throws ElementNotFoundException, FieldNotFoundException
public GenericWrapperField getWrapped()
public String getId()
getId
in interface Identifier
getId
in interface SchemaFieldI
public String getName()
getName
in interface SchemaFieldI
public String getSQLName()
getSQLName
in interface SchemaFieldI
public String getXMLPathString(String elementName)
getXMLPathString
in interface SchemaFieldI
public boolean isReference()
isReference
in interface SchemaFieldI
public SchemaElementI getParentElement()
getParentElement
in interface SchemaFieldI
public SchemaElementI getReferenceElement() throws XFTInitException, ElementNotFoundException
getReferenceElement
in interface SchemaFieldI
XFTInitException
ElementNotFoundException
public Hashtable getPossibleValues(String login) throws Exception
Exception
public boolean isBooleanField()
isBooleanField
in interface SchemaFieldI
public GenericWrapperField getGenericXFTField()
getGenericXFTField
in interface SchemaFieldI
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.