public final class FormatType extends Object implements Type
Modifier and Type | Field and Description |
---|---|
String |
className |
String |
name |
String |
predicateName |
Constructor and Description |
---|
FormatType() |
FormatType(String name,
String predicateName,
String className) |
Modifier and Type | Method and Description |
---|---|
String |
getFormatClass() |
Predicate |
getPredicate() |
TypeFamily |
getTypeFamily() |
String |
getTypeName() |
public String predicateName
public FormatType()
public FormatType(String name, String predicateName, String className)
public TypeFamily getTypeFamily()
getTypeFamily
in interface Type
public String getTypeName()
getTypeName
in interface Type
public String getFormatClass()
public Predicate getPredicate()
Copyright © 2015 Nuxeo SA. All rights reserved.