Uses of Interface
org.n52.oxf.TableType.Entry
-
Packages that use TableType.Entry Package Description org.n52.oxf org.n52.oxf.impl -
-
Uses of TableType.Entry in org.n52.oxf
Methods in org.n52.oxf that return TableType.Entry Modifier and Type Method Description TableType.EntryTableType. addNewEntry()Appends and returns a new empty value (as xml) as the last "entry" elementTableType.Entry[]TableType. getEntryArray()Gets array of all "entry" elementsTableType.EntryTableType. getEntryArray(int i)Gets ith "entry" elementTableType.EntryTableType. insertNewEntry(int i)Inserts and returns a new empty value (as xml) as the ith "entry" elementstatic TableType.EntryTableType.Entry.Factory. newInstance()static TableType.EntryTableType.Entry.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in org.n52.oxf with parameters of type TableType.Entry Modifier and Type Method Description voidTableType. setEntryArray(int i, TableType.Entry entry)Sets ith "entry" elementvoidTableType. 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 Modifier and Type Class Description static classTableTypeImpl.EntryImplAn XML entry(@http://www.n52.org/oxf).Methods in org.n52.oxf.impl that return TableType.Entry Modifier and Type Method Description TableType.EntryTableTypeImpl. addNewEntry()Appends and returns a new empty value (as xml) as the last "entry" elementTableType.Entry[]TableTypeImpl. getEntryArray()Gets array of all "entry" elementsTableType.EntryTableTypeImpl. getEntryArray(int i)Gets ith "entry" elementTableType.EntryTableTypeImpl. insertNewEntry(int i)Inserts and returns a new empty value (as xml) as the ith "entry" elementMethods in org.n52.oxf.impl with parameters of type TableType.Entry Modifier and Type Method Description voidTableTypeImpl. setEntryArray(int i, TableType.Entry entry)Sets ith "entry" elementvoidTableTypeImpl. setEntryArray(TableType.Entry[] entryArray)Sets array of all "entry" element
-