org.joone.script
Class JooneMacro
- java.lang.Object
-
- org.joone.script.JooneMacro
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class JooneMacro extends java.lang.Object implements java.io.Serializable, java.lang.CloneableThis class represents a runnable BeanShell macro- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description JooneMacro()Creates a new instance of JooneMacro
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.Objectclone()java.lang.StringgetName()Getter for property name.java.lang.StringgetText()Getter for property text.booleanisEventMacro()Getter for property system.voidsetEventMacro(boolean newValue)Setter for property system.voidsetName(java.lang.String name)Setter for property name.voidsetText(java.lang.String text)Setter for property text.java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getText
public java.lang.String getText()
Getter for property text.- Returns:
- Value of property text.
-
setText
public void setText(java.lang.String text)
Setter for property text.- Parameters:
text- New value of property text.
-
isEventMacro
public boolean isEventMacro()
Getter for property system. This property indicates if the macro is bound to a neural net's event. An event macro can't be deleted, nor renamed.- Returns:
- Value of property system.
-
setEventMacro
public void setEventMacro(boolean newValue)
Setter for property system. This property indicates if the macro is bound to a neural net's event. An event macro can't be deleted, nor renamed.- Parameters:
system- New value of property system.
-
getName
public java.lang.String getName()
Getter for property name.- Returns:
- Value of property name.
-
setName
public void setName(java.lang.String name)
Setter for property name.- Parameters:
name- New value of property name.
-
clone
public java.lang.Object clone()
- Overrides:
clonein classjava.lang.Object
-
-
DataMelt 3.0 © DataMelt by jWork.ORG