Interface IHideRule
-
public interface IHideRule
Represents the design of an HighRule in the scripting environment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFormat()
Returns formatIStructure
getStructure()
Returns structure.java.lang.String
getValueExpr()
Returns value expressionvoid
setFormat(java.lang.String format)
Sets formatvoid
setValueExpr(java.lang.String valueExpr)
Sets value expression.
-
-
-
Method Detail
-
getFormat
java.lang.String getFormat()
Returns format- Returns:
- format
-
setFormat
void setFormat(java.lang.String format) throws SemanticException
Sets format- Parameters:
format
-- Throws:
SemanticException
-
getValueExpr
java.lang.String getValueExpr()
Returns value expression- Returns:
- value expression
-
setValueExpr
void setValueExpr(java.lang.String valueExpr) throws SemanticException
Sets value expression.- Parameters:
valueExpr
-- Throws:
SemanticException
-
getStructure
IStructure getStructure()
Returns structure.- Returns:
- structure
-
-