Class ComponentAttribute
- java.lang.Object
-
- io.streamthoughts.azkarra.api.components.ComponentAttribute
-
public class ComponentAttribute extends Object
-
-
Constructor Summary
Constructors Constructor Description ComponentAttribute(String name)Creates a newComponentAttributeinstance.ComponentAttribute(String name, Map<String,Object> values, Map<String,Object> defaultValues)Creates a newComponentAttributeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(String member, Object value)voidadd(String member, Object value, Object defaultValue)booleancontains(String member)booleancontains(String member, Object value)booleanequals(Object o)inthashCode()Stringname()StringstringValue(String member)StringtoString()Objectvalue(String member)
-
-
-
Constructor Detail
-
ComponentAttribute
public ComponentAttribute(String name)
Creates a newComponentAttributeinstance.- Parameters:
name- the attribute name.
-
-