TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.models.hierarchy.util
Interface IFilterElement


public interface IFilterElement


Method Summary
 java.lang.String getAttribute()
          The attribute in the criteria
 java.lang.String getOperator()
          operator in the criteria
 java.lang.String getValue()
          value in the criteria
 

Method Detail

getAttribute

public java.lang.String getAttribute()
The attribute in the criteria

Returns:

getOperator

public java.lang.String getOperator()
operator in the criteria

Returns:

getValue

public java.lang.String getValue()
value in the criteria

Returns:

TPTP 4.2.0 Platform Project
Public API Specification