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, setLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocationpublic SetPropertyRule()
public void begin(SchemaProcessor processor, Element element)
BaseRulepublic void setPropertyName(java.lang.String string)
public void setValue(java.lang.String string)
public java.lang.String getPropertyName()
public java.lang.String getValue()