public abstract class AbstractPrimitiveAttributeMethod extends AbstractAttributeMethodWriter
AbstractAttributeMethodWriter.AttributeMode| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
PRIMITIVE_POSTFIX |
ABSTRACT, FINAL, STATIC, SYNCHRONIZED| Constructor and Description |
|---|
AbstractPrimitiveAttributeMethod(AbstractTypedAttributeMethod realOne,
java.lang.String returnType,
java.lang.String postfix) |
| Modifier and Type | Method and Description |
|---|---|
MethodWriter |
createNonCtxDelegateMethod() |
protected static java.lang.Class |
getPrimitiveType(YAttributeDescriptor desc) |
protected java.lang.String |
getPrimitveDefaultValueString(java.lang.Class primitve) |
AbstractTypedAttributeMethod |
getRealOne() |
static boolean |
isPrimitive(YAttributeDescriptor desc) |
getAttribute, getConstantsClassNameShort, getEnclosingClass, isInitialOnly, managerModeaddAnnotation, addComment, addParameter, addThrownException, analyzeAndStripReturnType, assembleSignature, assembleThrowsClause, extractClassNames, getAnnotations, getContent, getJavadoc, getModifiers, getName, getParameterType, getRequiredImports, getReturnType, getSignature, getThrownExceptions, getVisibility, isAbstract, isConstructor, modifiersToString, setAbstract, setConstructor, setContent, setContentPlain, setJavadoc, setModifiers, setReturnType, setVisibility, stripPackageName, write, writeContent, writeTextToFileaddRequiredImportprotected static final java.lang.String PRIMITIVE_POSTFIX
public AbstractPrimitiveAttributeMethod(AbstractTypedAttributeMethod realOne, java.lang.String returnType, java.lang.String postfix)
public static boolean isPrimitive(YAttributeDescriptor desc)
protected static java.lang.Class getPrimitiveType(YAttributeDescriptor desc)
public MethodWriter createNonCtxDelegateMethod()
protected java.lang.String getPrimitveDefaultValueString(java.lang.Class primitve)
public AbstractTypedAttributeMethod getRealOne()
Copyright © 2018 SAP SE. All Rights Reserved.