Class ClassAttributes


  • public class ClassAttributes
    extends java.lang.Object
    container class to cache class attributes
    Author:
    nils
    • Constructor Detail

      • ClassAttributes

        public ClassAttributes​(java.lang.String className,
                               java.util.Set<AttributeDescriptor> attributes)
        constructor
        Parameters:
        className - name of the class
        attributes - set of attributes for the class
    • Method Detail

      • getClassName

        public java.lang.String getClassName()
        name of the class
        Returns:
        name of the class
      • getAttributes

        public java.util.Set<AttributeDescriptor> getAttributes()
        attributes associated with the class
        Returns:
        attributes associated with the class