public class ScriptProperty
extends java.lang.Object
implements java.io.Serializable
Context.runScript
with the expected parameters for the script.
Parameters are configured via the corresponding BeanInfo class. The ScriptPropertyDescriptor
class allows you to
create a property descriptor that contains information regarding return type and script parameters.Constructor and Description |
---|
ScriptProperty()
The constructor is called by the framework.
|
ScriptProperty(java.lang.String value)
The constructor is called by the framework.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getValue()
Required by the framework.
|
int |
hashCode() |
void |
setValue(java.lang.String value)
Required by the framework.
|
java.lang.String |
toString() |
public ScriptProperty()
public ScriptProperty(java.lang.String value)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object