java.lang.Object
com.aoapps.lang.attribute.Context<C>
A specifically resolved context.
Attribute
: Has scope and context, still needs name.
- Author:
- AO Industries, Inc.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAttribute
: Uses the given name within this scope and context.abstract Enumeration
<String> Gets the attribute names within this scope and context.getScope()
Gets the scope for this context.
-
Constructor Details
-
Context
protected Context()
-
-
Method Details
-
getScope
Gets the scope for this context. -
attribute
Attribute
: Uses the given name within this scope and context. -
getAttributeNames
Gets the attribute names within this scope and context.
-