Uses of Interface
org.n52.oxf.TableType.Entry

Packages that use TableType.Entry
org.n52.oxf   
org.n52.oxf.impl   
 

Uses of TableType.Entry in org.n52.oxf
 

Methods in org.n52.oxf that return TableType.Entry
 TableType.Entry TableType.addNewEntry()
          Appends and returns a new empty value (as xml) as the last "entry" element
 TableType.Entry[] TableType.getEntryArray()
          Gets array of all "entry" elements
 TableType.Entry TableType.getEntryArray(int i)
          Gets ith "entry" element
 TableType.Entry TableType.insertNewEntry(int i)
          Inserts and returns a new empty value (as xml) as the ith "entry" element
static TableType.Entry TableType.Entry.Factory.newInstance()
           
static TableType.Entry TableType.Entry.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.n52.oxf with parameters of type TableType.Entry
 void TableType.setEntryArray(int i, TableType.Entry entry)
          Sets ith "entry" element
 void TableType.setEntryArray(TableType.Entry[] entryArray)
          Sets array of all "entry" element
 

Uses of TableType.Entry in org.n52.oxf.impl
 

Classes in org.n52.oxf.impl that implement TableType.Entry
static class TableTypeImpl.EntryImpl
          An XML entry(@http://www.n52.org/oxf).
 

Methods in org.n52.oxf.impl that return TableType.Entry
 TableType.Entry TableTypeImpl.addNewEntry()
          Appends and returns a new empty value (as xml) as the last "entry" element
 TableType.Entry[] TableTypeImpl.getEntryArray()
          Gets array of all "entry" elements
 TableType.Entry TableTypeImpl.getEntryArray(int i)
          Gets ith "entry" element
 TableType.Entry TableTypeImpl.insertNewEntry(int i)
          Inserts and returns a new empty value (as xml) as the ith "entry" element
 

Methods in org.n52.oxf.impl with parameters of type TableType.Entry
 void TableTypeImpl.setEntryArray(int i, TableType.Entry entry)
          Sets ith "entry" element
 void TableTypeImpl.setEntryArray(TableType.Entry[] entryArray)
          Sets array of all "entry" element
 



Copyright © 2012-2013 52north.org. All Rights Reserved.