com.genesyslab.ail.srl
Interface SearchSRLAttribute


public interface SearchSRLAttribute

Defines a SRL attribute to be searched.
Use this container when you are filling in a SearchSRLTemplate to define a type of SRL attribute to search.

Note: If the DATABASE service is not available, that is, if UCS is not connected, you cannot search for SRLs.

Since:
7.5
See Also:
SearchSRLTemplate

Method Summary
 SearchSRLTemplate.SRLAttribute getAttribute()
          Returns the attribute as a SearchSRLTemplate.SRLAttribute.
 java.lang.String getSearchValue()
          Returns the searched value as a String.
 boolean isCaseSensitive()
          Returns true if this search for this attribute is case sensitive.
 

Method Detail

getAttribute

SearchSRLTemplate.SRLAttribute getAttribute()
Returns the attribute as a SearchSRLTemplate.SRLAttribute.

Returns:
the SearchSRLTemplate.SRLAttribute instance.

getSearchValue

java.lang.String getSearchValue()
Returns the searched value as a String.

Returns:
the String instance.

isCaseSensitive

boolean isCaseSensitive()
Returns true if this search for this attribute is case sensitive.

Returns:
true if it is case sensitive.