| java.lang.Object org.columba.core.context.base.StructureValue
Method Summary | |
public IStructureValue | addChild(String theName, String theNamespace) | public Iterator<IName> | getAllAttributeNames() | public Iterator<IName> | getAllChildNames() | public Iterator<Object> | getAttributeIterator() | public byte[] | getByteArray(String theName, String theNamespace) | public Iterator<IStructureValue> | getChildIterator(String theName, String theNamespace) | public Date | getDate(String theName, String theNamespace) | public double | getDouble(String theName, String theNamespace) | public float | getFloat(String theName, String theNamespace) | public InputStream | getInputStream(String theName, String theNamespace) | public int | getInteger(String theName, String theNamespace) | public String | getName() | public String | getNamespace() | public Object | getObject(String theName, String theNamespace) | public IStructureValue | getParent() | public String | getString(String theName, String theNamespace) | public IStructureType | getType() | public boolean | isValid() | public void | removeAllChildren(String theName, String theNamespace) | public IStructureValue | removeChild(String theName, String theNamespace, int index) | public void | setByteArray(String theName, String theNamespace, byte[] value) | public void | setDate(String theName, String theNamespace, Date value) | public void | setDouble(String theName, String theNamespace, double value) | public void | setFloat(String theName, String theNamespace, float value) | public void | setInputStream(String theName, String theNamespace, InputStream value) | public void | setInteger(String theName, String theNamespace, int value) | public void | setObject(String theName, String theNamespace, Object value) | public void | setString(String theName, String theNamespace, String value) | public String | toString() |
StructureValue | public StructureValue(String theName, String theNamespace, IStructureType theType)(Code) | | Parameters: theName - Parameters: theNamespace - Parameters: theType - |
setByteArray | public void setByteArray(String theName, String theNamespace, byte[] value)(Code) | | |
|
|