Class AbstractPrimitiveAttributeMethod

    • Field Detail

      • PRIMITIVE_POSTFIX

        protected static final java.lang.String PRIMITIVE_POSTFIX
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractPrimitiveAttributeMethod

        public AbstractPrimitiveAttributeMethod​(AbstractTypedAttributeMethod realOne,
                                                java.lang.String returnType,
                                                java.lang.String postfix)
    • Method Detail

      • getPrimitiveType

        protected static java.lang.Class getPrimitiveType​(YAttributeDescriptor desc)
      • createNonCtxDelegateMethod

        public MethodWriter createNonCtxDelegateMethod()
      • getPrimitveDefaultValueString

        protected java.lang.String getPrimitveDefaultValueString​(java.lang.Class primitve)