|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.ows.PropertyArray
This class is used to store named values in the order that they have been added to the array.
| Constructor Summary | |
PropertyArray()
Creates a new instance of PropertiesArray |
|
| Method Summary | |
void |
clear()
Clears all entries from the property array. |
java.lang.Object |
clone()
Creates a clone of this object. |
PropertyArray |
getCopy()
Creates a copy of this object. |
java.lang.String |
getProperty(java.lang.String name)
Gets the value of the specified property. |
java.lang.String[] |
getPropertyNames()
Gets the names of the properties as an array. |
void |
setProperty(java.lang.String name,
java.lang.String value)
Sets the value of a property (programmer defined). |
int |
size()
Returns a count of the number of properties in the array. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PropertyArray()
| Method Detail |
public void clear()
public java.lang.Object clone()
public PropertyArray getCopy()
public java.lang.String getProperty(java.lang.String name)
name - The property name to get.
public void setProperty(java.lang.String name,
java.lang.String value)
name - The property namevalue - The property value.public java.lang.String[] getPropertyNames()
public int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||