Nuxeo Enterprise Platform 5.4

org.nuxeo.theme.rendering
Class FilterType

java.lang.Object
  extended by org.nuxeo.theme.rendering.FilterType
All Implemented Interfaces:
Type
Direct Known Subclasses:
FormatFilterType, StandaloneFilterType

public abstract class FilterType
extends java.lang.Object
implements Type


Constructor Summary
FilterType()
           
 
Method Summary
abstract  java.lang.String getClassName()
           
abstract  Filter getFilter()
           
abstract  FilterTypeFamily getFilterTypeFamily()
           
 TypeFamily getTypeFamily()
           
abstract  java.lang.String getTypeName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterType

public FilterType()
Method Detail

getFilter

public abstract Filter getFilter()

getTypeFamily

public TypeFamily getTypeFamily()
Specified by:
getTypeFamily in interface Type

getFilterTypeFamily

public abstract FilterTypeFamily getFilterTypeFamily()

getTypeName

public abstract java.lang.String getTypeName()
Specified by:
getTypeName in interface Type

getClassName

public abstract java.lang.String getClassName()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.