Class AttributeLayoutMap


  • public class AttributeLayoutMap
    extends java.lang.Object
    Stores a mapping from attribute names to their corresponding layout types. Note that names of attribute layouts and their formats are not internationalized, and should not be translated.
    • Field Detail

      • classLayouts

        private final java.util.Map<java.lang.Integer,​AttributeLayout> classLayouts
      • fieldLayouts

        private final java.util.Map<java.lang.Integer,​AttributeLayout> fieldLayouts
      • methodLayouts

        private final java.util.Map<java.lang.Integer,​AttributeLayout> methodLayouts
      • codeLayouts

        private final java.util.Map<java.lang.Integer,​AttributeLayout> codeLayouts
      • layouts

        private final java.util.Map<java.lang.Integer,​AttributeLayout>[] layouts
        The order of the maps in this array should not be changed as their indices correspond to the value of their context constants (AttributeLayout.CONTEXT_CLASS etc.)

        All elements are of type Map<Integer, AttributeLayout>.