Class ReflectiveAttributeDefinition


  • public class ReflectiveAttributeDefinition
    extends AttributeDefinition
    INTERNAL:

    Purpose: Model an attribute for code generation purposes, using a java.lang.Class for the attribute type.

    Since:
    TopLink 5.0
    Author:
    Paul Fullbright
    • Field Detail

      • type

        protected java.lang.Class type
    • Constructor Detail

      • ReflectiveAttributeDefinition

        public ReflectiveAttributeDefinition()
    • Method Detail

      • getType

        public java.lang.Class getType()
      • setType

        public void setType​(java.lang.Class type)