cgl.fthpis.datatype.attribute
Class AttributeValue

java.lang.Object
  extended bycgl.fthpis.datatype.attribute.AttributeValue
All Implemented Interfaces:
org.apache.juddi.datatype.RegistryObject, java.io.Serializable

public class AttributeValue
extends java.lang.Object
implements org.apache.juddi.datatype.RegistryObject

Author:
Mehmet S. Aktas (maktas@indiana.edu)
See Also:
Serialized Form

Field Summary
(package private)  java.lang.String property_value
           
 
Constructor Summary
AttributeValue()
          Constructs a new initialized AttributeName
AttributeValue(float value)
          Constructs a new AttributeName for a given name.
AttributeValue(java.lang.String value)
          Constructs a new AttributeName for a given name.
 
Method Summary
 java.lang.String getAttributeValue()
          Returns the value of this AttributeName.
 void setAttributeValue(java.lang.String value)
          Set the name value of this AttributeName to the given value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

property_value

java.lang.String property_value
Constructor Detail

AttributeValue

public AttributeValue()
Constructs a new initialized AttributeName


AttributeValue

public AttributeValue(java.lang.String value)
Constructs a new AttributeName for a given name.


AttributeValue

public AttributeValue(float value)
Constructs a new AttributeName for a given name.

Method Detail

setAttributeValue

public void setAttributeValue(java.lang.String value)
Set the name value of this AttributeName to the given value. The value cannot be null.


getAttributeValue

public java.lang.String getAttributeValue()
Returns the value of this AttributeName.

Returns:
The value of this AttributeName.