Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.schema
Class TypeHelperDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.core.schema.TypeHelperDescriptor

public class TypeHelperDescriptor
extends Object

Object used to read type helper registrations from XML extensions.

Author:
Bogdan Stefanescu

Field Summary
 Class<TypeHelper> helperClass
           
 String schema
           
 String type
           
 
Constructor Summary
TypeHelperDescriptor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schema

public String schema

type

public String type

helperClass

public Class<TypeHelper> helperClass
Constructor Detail

TypeHelperDescriptor

public TypeHelperDescriptor()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.