Schnittstelle PropertyOutline
- Alle bekannten Implementierungsklassen:
DefinedPropertyOutline,ReferencedPropertyOutline
public interface PropertyOutline
- Autor:
- Mirko Klemm 2015-01-28
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcom.sun.codemodel.JTypecom.sun.codemodel.JFieldVarcom.sun.codemodel.JTypebooleanbooleanboolean
-
Methodendetails
-
getBaseName
String getBaseName() -
getFieldName
String getFieldName() -
getRawType
com.sun.codemodel.JType getRawType() -
getElementType
com.sun.codemodel.JType getElementType() -
getFieldVar
com.sun.codemodel.JFieldVar getFieldVar() -
hasGetter
boolean hasGetter() -
isCollection
boolean isCollection() -
isIndirect
boolean isIndirect() -
getChoiceProperties
List<PropertyOutline.TagRef> getChoiceProperties() -
getSchemaAnnotationText
- Gibt zurück:
- The annotation description text from the corresponding part of the schema if there is any.
-
getSchemaAnnotationText
- Parameter:
tagRef- ThePropertyOutline.TagRefof the referenced type to get the schema annotation for- Gibt zurück:
- The annotation description text from the corresponding part of the schema if there is any.
-