Schnittstelle TypeOutline
- Alle bekannten Unterschnittstellen:
DefinedTypeOutline,InterfaceOutline
- Alle bekannten Implementierungsklassen:
DefinedClassOutline,DefinedInterfaceOutline,ReferencedClassOutline,ReferencedInterfaceOutline
public interface TypeOutline
- Autor:
- mirko 2014-05-29
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungList<? extends PropertyOutline> com.sun.codemodel.JClassbooleanbooleanisLocal()
-
Methodendetails
-
getDeclaredFields
List<? extends PropertyOutline> getDeclaredFields() -
getSuperClass
TypeOutline getSuperClass() -
getImplClass
com.sun.codemodel.JClass getImplClass() -
isLocal
boolean isLocal() -
isInterface
boolean isInterface() -
getSchemaAnnotationText
- Gibt zurück:
- The annotation description text from the corresponding part of the schema if there is any.
-