public class SetPropertyRule extends BaseRule
Constructor and Description |
---|
SetPropertyRule() |
Modifier and Type | Method and Description |
---|---|
void |
begin(SchemaProcessor processor,
Element element)
Does nothing; subclasses may override.
|
java.lang.String |
getPropertyName() |
java.lang.String |
getValue() |
void |
setPropertyName(java.lang.String string) |
void |
setValue(java.lang.String string) |
getLocation, setLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocation
public SetPropertyRule()
public void begin(SchemaProcessor processor, Element element)
BaseRule
public void setPropertyName(java.lang.String string)
public void setValue(java.lang.String string)
public java.lang.String getPropertyName()
public java.lang.String getValue()