|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.infoengine.object.IeMeta
public class IeMeta
| Constructor Summary | |
|---|---|
IeMeta()
default no arg constructor to be used for de-serialization |
|
IeMeta(java.lang.String name)
Constructs a new IeMeta object with a specified name. |
|
| Method Summary | |
|---|---|
void |
addDatum(IeDatum datum)
Adds a datum to the meta. |
void |
addDatums(java.util.Vector v)
Appends a Vector of datums to the meta. |
IeDatum |
firstDatum()
Returns the first datum contained in the meta. |
IeDatum |
getDatum()
Returns the first datum contained in the meta. |
IeDatum |
getDatumAt(int index)
Returns the datum located at a specified index. |
int |
getDatumCount()
Returns the number of datums contained in the meta. |
java.util.Enumeration |
getDatums()
Returns all of the datums contained in the meta. |
java.lang.String |
getName()
Returns the name of this meta. |
java.lang.String |
getNodeName()
|
boolean |
hasChildNodes()
|
int |
indexOfDatum(IeDatum datum)
Returns the index of a specified datum. |
IeDatum |
lastDatum()
Returns the last datum contained in the meta. |
void |
readExternal(java.io.ObjectInput in)
|
void |
removeAllDatums()
Removes all of the datums contained in the meta. |
void |
removeDatum(IeDatum datum)
Removes a specified datum from the meta. |
void |
removeDatumAt(int index)
Removes the datum located at a specified index of the meta. |
void |
setDatum(IeDatum datum)
Removes any pre-existing datums contained within the meta, then sets the specified datum as the only datum in the meta. |
void |
setDatumAt(IeDatum datum,
int index)
Sets the datum located at a specified index of the meta. |
void |
writeExternal(java.io.ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IeMeta()
public IeMeta(java.lang.String name)
| Method Detail |
|---|
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void addDatum(IeDatum datum)
datum - the datum to be addedpublic void addDatums(java.util.Vector v)
v - the Vector of datums to be appendedpublic IeDatum firstDatum()
public IeDatum getDatum()
public java.util.Enumeration getDatums()
public IeDatum getDatumAt(int index)
index - the index of the datum to be returned
public int getDatumCount()
public int indexOfDatum(IeDatum datum)
datum - the datum for which to return an index
public IeDatum lastDatum()
public void removeAllDatums()
public void removeDatum(IeDatum datum)
datum - the datum to be removedpublic void removeDatumAt(int index)
index - the index of the datum to be removedpublic void setDatum(IeDatum datum)
datum - the datum to set
public void setDatumAt(IeDatum datum,
int index)
datum - the new datum to be setindex - the index of the datum to be setpublic java.lang.String getName()
public java.lang.String getNodeName()
public boolean hasChildNodes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||