com.platform.ego.impl
Class Attribute

java.lang.Object
  extended by com.platform.ego.impl.Attribute

public class Attribute
extends java.lang.Object

General structure that carries the name value pair of any attribute. This structure is used through out VEM to describe objects. The name field is always a string, while the value can be of different type.

Version:
1.2.3

Constructor Summary
Attribute()
           
 
Method Summary
 java.lang.String getName()
          Get name of the attribute.
 java.lang.String getType()
          Get type of the attribute.
 java.lang.String getValue()
          Get value of the attribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute()
Method Detail

getName

public java.lang.String getName()
Get name of the attribute.

Returns:
name of the attribute.

getValue

public java.lang.String getValue()
Get value of the attribute

Returns:
value of the attribute

getType

public java.lang.String getType()
Get type of the attribute.

Returns:
type of the attribute


Copyright (C) 1992-2007 Platform Computing Corporation