Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.vocabularies
Class VocabularyType

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

public final class VocabularyType
extends Object
implements Type


Field Summary
 String className
           
 String name
           
 String path
           
 
Constructor Summary
VocabularyType()
           
VocabularyType(String name, String className, String path)
           
 
Method Summary
 String getClassName()
           
 String getName()
           
 String getPath()
           
 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

path

public String path
Constructor Detail

VocabularyType

public VocabularyType()

VocabularyType

public VocabularyType(String name,
                      String className,
                      String path)
Method Detail

getTypeFamily

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

getTypeName

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

getClassName

public String getClassName()

getName

public String getName()

getPath

public String getPath()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.