- java.lang.Object
-
- com.aoapps.lang.attribute.Scope.Attribute<C,T>
-
- All Implemented Interfaces:
Serializable
public abstract static class Scope.Attribute<C,T> extends Object implements Serializable
Attribute: Has scope and name, still needs context.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Attribute<C,T>context(C context)Attribute: Uses the given context within this scope and name.StringgetName()Gets the attribute name.
-