org.glite.ce.monitorapij.types
Class Property

java.lang.Object
  extended byorg.glite.ce.monitorapij.types.PropertyBase
      extended byorg.glite.ce.monitorapij.types.Property
All Implemented Interfaces:
java.io.Serializable

public class Property
extends PropertyBase

This class represents a property of a Resource. Each property applies to all instances of that type of resource.

Author:
Luigi Zangrando (zangrando@pd.infn.it)
See Also:
Serialized Form

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

Property

public Property()
Creates a new Property object without a name and a value.


Property

public Property(java.lang.String name,
                java.lang.String value)
Creates a new Property object specifying a name and a value.

Parameters:
name - The name of this property.
value - The associated value.