com.sas.models
Class NodeExpandedTextPredicate
com.sas.models.NodeExpandedTextPredicate
- All Implemented Interfaces:
- com.sas.util.PredicateInterface
public class NodeExpandedTextPredicate
- implements com.sas.util.PredicateInterface
NodeExpandedTextPredicate provides a means of finding a NodeInterface object
with a specific nodeExpandedText property value.
- See Also:
NodeInterface,
NodeView,
TreeView.getNodeView(NodeInterface, int)
NodeExpandedTextPredicate
public NodeExpandedTextPredicate(java.lang.String nodeExpandedText)
- Constructs a NodeExpandedTextPredicate with the specified string.
predicate
public boolean predicate(java.lang.Object object)
- Specified by:
predicate in interface com.sas.util.PredicateInterface
- See Also:
PredicateInterface.predicate(java.lang.Object)
Copyright © 2009 SAS Institute Inc. All Rights Reserved.