|
||||||||||
| 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 | |
|---|---|
java.lang.String |
getApplyTo()
Gets the value of the applyTo property. |
java.lang.String |
getEnabled()
Gets the value of the enabled property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getRuleFileLocation()
Gets the value of the ruleFileLocation property. |
void |
setApplyTo(java.lang.String value)
Sets the value of the applyTo property. |
void |
setEnabled(java.lang.String value)
Sets the value of the enabled property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setRuleFileLocation(java.lang.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 java.lang.String getName()
String
void setName(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getEnabled()
String
void setEnabled(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getApplyTo()
String
void setApplyTo(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@NotNull java.lang.String getRuleFileLocation()
String
void setRuleFileLocation(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||