com.sun.mdm.index.query
Class ValueMetaNodeAttribute

java.lang.Object
  extended bycom.sun.mdm.index.query.ValueMetaNodeAttribute

abstract class ValueMetaNodeAttribute
extends java.lang.Object


Constructor Summary
(package private) ValueMetaNodeAttribute()
           
 
Method Summary
 java.lang.String getName()
          Getter for Name attribute of the ValueMetaNodeAttribute object
 java.lang.String getSetMethod()
          Getter for SetMethod attribute of the ValueMetaNodeAttribute object
 java.lang.String getSourceAttributeName()
          Getter for SourceAttributeName attribute of the ValueMetaNodeAttribute object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueMetaNodeAttribute

ValueMetaNodeAttribute()
Method Detail

getName

public java.lang.String getName()
Getter for Name attribute of the ValueMetaNodeAttribute object

Returns:
name of attribute.

getSetMethod

public java.lang.String getSetMethod()
Getter for SetMethod attribute of the ValueMetaNodeAttribute object

Returns:
SetMethod name

getSourceAttributeName

public java.lang.String getSourceAttributeName()
Getter for SourceAttributeName attribute of the ValueMetaNodeAttribute object

Returns:
source attribute name


Sun Microsystems, Inc.