Class Context<C>

java.lang.Object
com.aoapps.lang.attribute.Context<C>

public abstract class Context<C> extends Object
A specifically resolved context.

Attribute: Has scope and context, still needs name.

Author:
AO Industries, Inc.
See Also:
  • Constructor Details

    • Context

      protected Context()
  • Method Details

    • getScope

      public abstract Scope<C> getScope()
      Gets the scope for this context.
    • attribute

      public abstract <T> Attribute<C,T> attribute(String name)
      Attribute: Uses the given name within this scope and context.
    • getAttributeNames

      public abstract Enumeration<String> getAttributeNames()
      Gets the attribute names within this scope and context.