|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.ce.monitorapij.types.PropertyBase
org.glite.ce.monitorapij.types.Property
This class represents a property of a Resource
.
Each property applies to all instances of that type of resource.
Constructor Summary | |
Property()
Creates a new Property object without a name and a value. |
|
Property(java.lang.String name,
java.lang.String value)
Creates a new Property object specifying a name and a value. |
Methods inherited from class org.glite.ce.monitorapij.types.PropertyBase |
equals, getDeserializer, getName, getSerializer, getTypeDesc, getValue, hashCode, setName, setValue |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Property()
public Property(java.lang.String name, java.lang.String value)
name
- The name of this property.value
- The associated value.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |