|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.andromda.core.configuration.Filter
public class Filter
Used to specify which filter should or should not be applied within a model.
Filters,
Serialized Form| Constructor Summary | |
|---|---|
Filter()
|
|
| Method Summary | |
|---|---|
java.util.Collection |
getNamespaceList()
Gets the list of namespaces that this filter applies to. |
java.lang.String |
getValue()
Gets the value of this Filter. |
boolean |
isApply()
Whether or not this filter should be applied. |
void |
setApply(boolean process)
Sets whether or not this Filter should be applied. |
void |
setNamespaces(java.lang.String namespaces)
Sets the comma seperated list of namespaces to which the filter applies. |
void |
setValue(java.lang.String name)
Sets the value of this Filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Filter()
| Method Detail |
|---|
public java.lang.String getValue()
public void setValue(java.lang.String name)
name - the value of the filter.public boolean isApply()
public void setApply(boolean process)
process - The shouldProcess to set.public void setNamespaces(java.lang.String namespaces)
namespaces - a comma seperated list of namespaces to apply to the filter.public java.util.Collection getNamespaceList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||