public interface TransformationRule
extends org.jvnet.hk2.config.ConfigBeanProxy
| Modifier and Type | Method and Description |
|---|---|
String |
getApplyTo()
Gets the value of the applyTo property.
|
String |
getEnabled()
Gets the value of the enabled property.
|
String |
getName()
Gets the value of the name property.
|
String |
getRuleFileLocation()
Gets the value of the ruleFileLocation property.
|
void |
setApplyTo(String value)
Sets the value of the applyTo property.
|
void |
setEnabled(String value)
Sets the value of the enabled property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRuleFileLocation(String value)
Sets the value of the ruleFileLocation property.
|
@NotNull String getName()
Stringvoid setName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getEnabled()
Stringvoid setEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getApplyTo()
Stringvoid setApplyTo(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@NotNull String getRuleFileLocation()
Stringvoid setRuleFileLocation(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionCopyright © 2017. All rights reserved.