|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.resource.nodeselection.AttributeSelection
com.pmease.quickbuild.resource.nodeselection.HashAttributeValueSelection
public class HashAttributeValueSelection
Nested Class Summary | |
---|---|
static class |
HashAttributeValueSelection.Operator
|
Constructor Summary | |
---|---|
HashAttributeValueSelection()
|
Method Summary | |
---|---|
HashAttributeValueSelection.Operator |
getOperator()
|
java.lang.String |
getValue()
|
boolean |
matches(GridNode node)
|
void |
setOperator(HashAttributeValueSelection.Operator operator)
|
void |
setValue(java.lang.String value)
|
Methods inherited from class com.pmease.quickbuild.resource.nodeselection.AttributeSelection |
---|
getAttribute, setAttribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HashAttributeValueSelection()
Method Detail |
---|
@NotNull public HashAttributeValueSelection.Operator getOperator()
public void setOperator(HashAttributeValueSelection.Operator operator)
@NotEmpty public java.lang.String getValue()
public void setValue(java.lang.String value)
public boolean matches(GridNode node)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |