com.pmease.quickbuild.resource.nodeselection
Class HashAttributeValueSelection

java.lang.Object
  extended by com.pmease.quickbuild.resource.nodeselection.AttributeSelection
      extended by com.pmease.quickbuild.resource.nodeselection.HashAttributeValueSelection
All Implemented Interfaces:
NodeSelection, java.io.Serializable

public class HashAttributeValueSelection
extends AttributeSelection

See Also:
Serialized Form

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

HashAttributeValueSelection

public HashAttributeValueSelection()
Method Detail

getOperator

@NotNull
public HashAttributeValueSelection.Operator getOperator()

setOperator

public void setOperator(HashAttributeValueSelection.Operator operator)

getValue

@NotEmpty
public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

matches

public boolean matches(GridNode node)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.