Uses of Class
org.eclipse.persistence.internal.codegen.AttributeDefinition
-
Packages that use AttributeDefinition Package Description org.eclipse.persistence.internal.codegen -
-
Uses of AttributeDefinition in org.eclipse.persistence.internal.codegen
Subclasses of AttributeDefinition in org.eclipse.persistence.internal.codegen Modifier and Type Class Description classNonreflectiveAttributeDefinitionINTERNAL:classReflectiveAttributeDefinitionINTERNAL:Fields in org.eclipse.persistence.internal.codegen with type parameters of type AttributeDefinition Modifier and Type Field Description protected Vector<AttributeDefinition>ClassDefinition. attributesMethods in org.eclipse.persistence.internal.codegen that return types with arguments of type AttributeDefinition Modifier and Type Method Description protected Vector<AttributeDefinition>ClassDefinition. getAttributes()Methods in org.eclipse.persistence.internal.codegen with parameters of type AttributeDefinition Modifier and Type Method Description voidClassDefinition. addAttribute(AttributeDefinition attribute)
-