public class PreviewType extends Object implements Type
Modifier and Type | Field and Description |
---|---|
protected String |
category |
protected String |
className |
protected String |
properties |
Constructor and Description |
---|
PreviewType() |
PreviewType(String category,
String className,
String properties) |
Modifier and Type | Method and Description |
---|---|
String |
getCategory() |
String |
getClassName() |
List<String> |
getProperties() |
TypeFamily |
getTypeFamily() |
String |
getTypeName() |
protected String properties
public PreviewType()
public PreviewType(String category, String className, String properties)
public TypeFamily getTypeFamily()
getTypeFamily
in interface Type
public String getTypeName()
getTypeName
in interface Type
public String getCategory()
public String getClassName()
public List<String> getProperties()
Copyright © 2015 Nuxeo SA. All rights reserved.