public class TypeDescriptor extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
ClassProxy |
clazz |
String |
fragment |
String |
superType |
String |
type |
int |
visibility |
Constructor and Description |
---|
TypeDescriptor() |
TypeDescriptor(ClassProxy clazz,
String type,
String superType) |
Modifier and Type | Method and Description |
---|---|
AdapterDescriptor |
asAdapterDescriptor() |
TypeDescriptor |
asTypeDescriptor() |
TypeDescriptor |
clone() |
boolean |
equals(Object obj) |
static TypeDescriptor |
fromAnnotation(ClassProxy clazz,
WebObject type) |
String |
getFragment() |
String |
getId() |
int |
getVisibility() |
boolean |
isAdapter() |
boolean |
isMainFragment() |
void |
setVisibility(String v) |
String |
toString() |
public ClassProxy clazz
public int visibility
public TypeDescriptor()
public TypeDescriptor(ClassProxy clazz, String type, String superType)
public void setVisibility(String v)
public int getVisibility()
public TypeDescriptor clone()
public String getFragment()
public boolean isMainFragment()
public boolean isAdapter()
public AdapterDescriptor asAdapterDescriptor()
public TypeDescriptor asTypeDescriptor()
public static TypeDescriptor fromAnnotation(ClassProxy clazz, WebObject type)
Copyright © 2015 Nuxeo SA. All rights reserved.