public class AttributeSupportFluentImpl<A extends AttributeSupportFluent<A>> extends BaseFluent<A> implements AttributeSupportFluent<A>
_visitables
Constructor and Description |
---|
AttributeSupportFluentImpl() |
AttributeSupportFluentImpl(AttributeSupport instance) |
Modifier and Type | Method and Description |
---|---|
A |
addToAttributes(AttributeKey key,
Object value) |
A |
addToAttributes(Map<AttributeKey,Object> map) |
boolean |
equals(Object o) |
Map<AttributeKey,Object> |
getAttributes() |
Boolean |
hasAttributes() |
A |
removeFromAttributes(AttributeKey key) |
A |
removeFromAttributes(Map<AttributeKey,Object> map) |
A |
withAttributes(Map<AttributeKey,Object> attributes) |
public AttributeSupportFluentImpl()
public AttributeSupportFluentImpl(AttributeSupport instance)
public A addToAttributes(AttributeKey key, Object value)
addToAttributes
in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>
public A addToAttributes(Map<AttributeKey,Object> map)
addToAttributes
in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>
public A removeFromAttributes(AttributeKey key)
removeFromAttributes
in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>
public A removeFromAttributes(Map<AttributeKey,Object> map)
removeFromAttributes
in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>
public Map<AttributeKey,Object> getAttributes()
getAttributes
in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>
public A withAttributes(Map<AttributeKey,Object> attributes)
withAttributes
in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>
public Boolean hasAttributes()
hasAttributes
in interface AttributeSupportFluent<A extends AttributeSupportFluent<A>>
Copyright © 2019 JBoss by Red Hat. All rights reserved.