|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransformationRule
Specifies configuration for a XSLT transformation rule
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Method Detail |
|---|
@NotNull String getName()
String
void setName(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getEnabled()
String
void setEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getApplyTo()
String
void setApplyTo(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@NotNull String getRuleFileLocation()
String
void setRuleFileLocation(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||