Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.formats
Class FormatType

java.lang.Object
  extended by org.nuxeo.theme.formats.FormatType
All Implemented Interfaces:
Type

public final class FormatType
extends Object
implements Type


Field Summary
 String className
           
 String name
           
 String predicateName
           
 
Constructor Summary
FormatType()
           
FormatType(String name, String predicateName, String className)
           
 
Method Summary
 String getFormatClass()
           
 Predicate getPredicate()
           
 TypeFamily getTypeFamily()
           
 String getTypeName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

className

public String className

predicateName

public String predicateName
Constructor Detail

FormatType

public FormatType()

FormatType

public FormatType(String name,
                  String predicateName,
                  String className)
Method Detail

getTypeFamily

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

getTypeName

public String getTypeName()
Specified by:
getTypeName in interface Type

getFormatClass

public String getFormatClass()

getPredicate

public Predicate getPredicate()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.