com.jaxfront.core.xui
Class SearchFilter

java.lang.Object
  extended by com.jaxfront.core.xui.SearchFilter

public class SearchFilter
extends java.lang.Object

This class represents a search filter for a JAXFront type as defined in a XUI file.

Version:
1.60
See Also:
com.jaxfront.search.SearchDefinition#getSearchFilters()

Constructor Summary
SearchFilter(Type xuiType)
          SearchFilter constructor.
 
Method Summary
 java.lang.String getName()
          Gets the name of JAXFront type.
 Type getType()
          Gets a JAXFront type that belongs to a search filter instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchFilter

public SearchFilter(Type xuiType)
SearchFilter constructor.

Parameters:
xuiType - a JAXFront type for which a search filter has been defined in a XUI
Method Detail

getName

public java.lang.String getName()
Gets the name of JAXFront type.

Returns:
the name of a JAXFront type

getType

public Type getType()
Gets a JAXFront type that belongs to a search filter instance.

Returns:
a JAXFront type