|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.wps.provider.sextante.Field
public class Field
Defines a column of a attribute table.
'Name' is the column name and 'Type' the data type.
Constructor Summary | |
---|---|
Field(QName name,
Class<?> type)
Creates a Field by QName und type. |
|
Field(String name,
Class<?> type)
Creates a Field by name und type. |
Method Summary | |
---|---|
static Field[] |
createFieldArray(String[] names,
Class<?>[] types)
Creates an array of Field s. |
String |
getName()
Returns the field name. |
String |
getNamespaceURI()
Returns namespace. |
String |
getNameWithNamespaceAndPrefix()
Returns the field name with namespace and prefix. |
String |
getPrefix()
Returns prefix of namespace. |
QName |
getQName()
Returns the field name as a QName . |
Class<?> |
getType()
Returns the data type. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Field(String name, Class<?> type)
name
- Nametype
- Typepublic Field(QName name, Class<?> type)
QName
und type.
name
- QName
.type
- Type.Method Detail |
---|
public static Field[] createFieldArray(String[] names, Class<?>[] types)
Field
s. If the length of names and types are different then this method returns null.
names
- Column name.types
- Data type.
Field
s.public String getName()
public String getNameWithNamespaceAndPrefix()
public QName getQName()
QName
.
QName
with namespace URL and prefix.public String getPrefix()
public String getNamespaceURI()
public Class<?> getType()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |