Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme
Class PreviewType

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

public class PreviewType
extends Object
implements Type


Constructor Summary
PreviewType()
           
PreviewType(String category, String className, String properties)
           
 
Method Summary
 String getCategory()
           
 String getClassName()
           
 List<String> getProperties()
           
 TypeFamily getTypeFamily()
           
 String getTypeName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreviewType

public PreviewType()

PreviewType

public PreviewType(String category,
                   String className,
                   String properties)
Method Detail

getTypeFamily

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

getTypeName

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

getCategory

public String getCategory()

getClassName

public String getClassName()

getProperties

public List<String> getProperties()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.