|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGenericData
Defines methods required for storage of properties determined at runtime.
Method Summary | |
---|---|
void |
clear()
Clear the property values and names. |
Object |
clone()
Return a clone of this instance. |
int |
compareTo(Object another)
Compare to the given object. |
void |
copy(IGenericData another)
Make this object a copy of the given object. |
boolean |
equals(Object another)
Return true if this equals another. |
Object |
get(String propertyName)
Return the value of the specified property. |
Iterator |
getPropertyNames()
Return an iterator over the property names. |
Class |
getType(String propertyName)
Return the type of the named property. |
int |
hashCode()
Return the hash code. |
void |
set(String propertyName,
boolean value)
Set the value of the specified property. |
void |
set(String propertyName,
Class type,
Object value)
Set the value of the specified property. |
void |
set(String propertyName,
double value)
Set the value of the specified property. |
void |
set(String propertyName,
float value)
Set the value of the specified property. |
void |
set(String propertyName,
int value)
Set the value of the specified property. |
void |
set(String propertyName,
long value)
Set the value of the specified property. |
void |
set(String propertyName,
Object value)
Set the value of the specified property. |
String |
toString()
Return a string representation of this object. |
Method Detail |
---|
Iterator getPropertyNames()
Class getType(String propertyName)
void clear()
Object clone()
int compareTo(Object another)
compareTo
in interface Comparable
void copy(IGenericData another)
boolean equals(Object another)
equals
in class Object
Object get(String propertyName)
int hashCode()
hashCode
in class Object
void set(String propertyName, Object value)
void set(String propertyName, Class type, Object value)
void set(String propertyName, int value)
void set(String propertyName, long value)
void set(String propertyName, float value)
void set(String propertyName, double value)
void set(String propertyName, boolean value)
String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |