org.deegree.client.sos.storage.components
Class Field
java.lang.Object
org.deegree.client.sos.storage.components.Field
public class Field
- extends Object
Helper class for DataArray class containing the contents of the XML element
"Field".
- Author:
- Ulrich Neumeister, last edited by: $Author: aionita $
Constructor Summary |
Field()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field
public Field()
getIndex
public int getIndex()
getName
public String getName()
getType
public String getType()
getDefinition
public String getDefinition()
setIndex
public void setIndex(int that)
setName
public void setName(String that)
setType
public void setType(String that)
setDefinition
public void setDefinition(String that)
Copyright © 2011. All Rights Reserved.