public abstract class AttributesImpl extends AbstractAttributes
| Constructor and Description |
|---|
AttributesImpl() |
| Modifier and Type | Method and Description |
|---|---|
abstract BooleanAttribute |
createBoolean() |
abstract DateAttribute |
createDate() |
abstract IntegerAttribute |
createInteger() |
abstract StringAttribute |
createString() |
protected Object |
get(String name) |
abstract Map<String,Attribute> |
getChildren() |
Set<String> |
getKeys() |
protected void |
set(String name,
Object o) |
getBoolean, getDate, getDouble, getInteger, getObject, getString, getType, getValue, getValue, setBoolean, setDate, setDouble, setInteger, setObject, setString, setValuepublic abstract IntegerAttribute createInteger()
public abstract BooleanAttribute createBoolean()
public abstract DateAttribute createDate()
public abstract StringAttribute createString()
protected Object get(String name)
get in class AbstractAttributesprotected void set(String name, Object o)
set in class AbstractAttributesCopyright © 2025 JBoss by Red Hat. All Rights Reserved.