Nuxeo Enterprise Platform 5.4

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 java.lang.Object
implements Type


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

Field Detail

name

public java.lang.String name

className

public java.lang.String className

predicateName

public java.lang.String predicateName
Constructor Detail

FormatType

public FormatType()

FormatType

public FormatType(java.lang.String name,
                  java.lang.String predicateName,
                  java.lang.String className)
Method Detail

getTypeFamily

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

getTypeName

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

getFormatClass

public java.lang.String getFormatClass()

getPredicate

public Predicate getPredicate()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.