org.eclipse.birt.core.script
Class ParameterAttribute

java.lang.Object
  extended by org.eclipse.birt.core.script.ParameterAttribute
All Implemented Interfaces:
java.io.Serializable

public class ParameterAttribute
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ParameterAttribute()
           
ParameterAttribute(java.lang.Object value, java.lang.String displayText)
           
 
Method Summary
 java.lang.String getDisplayText()
           
 java.lang.Object getValue()
           
 void setDisplayText(java.lang.String displayText)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterAttribute

public ParameterAttribute(java.lang.Object value,
                          java.lang.String displayText)

ParameterAttribute

public ParameterAttribute()
Method Detail

getDisplayText

public java.lang.String getDisplayText()

setDisplayText

public void setDisplayText(java.lang.String displayText)

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)


Copyright © 2008 Actuate Corp. All rights reserved.