Class TypeDescriptor

java.lang.Object
org.nuxeo.ecm.webengine.model.impl.TypeDescriptor
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
AdapterDescriptor

public class TypeDescriptor extends Object implements Cloneable
Author:
Bogdan Stefanescu
  • Field Details

    • clazz

      public ClassProxy clazz
    • type

      public String type
    • fragment

      public String fragment
    • superType

      public String superType
    • visibility

      public int visibility
  • Constructor Details

    • TypeDescriptor

      public TypeDescriptor()
    • TypeDescriptor

      public TypeDescriptor(ClassProxy clazz, String type, String superType)
  • Method Details