public final class BuilderNamedAssociationState extends Object implements org.qi4j.spi.entity.NamedAssociationState
| Constructor and Description |
|---|
BuilderNamedAssociationState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsName(String name) |
int |
count() |
org.qi4j.api.entity.EntityReference |
get(String name) |
Iterator<String> |
iterator() |
String |
nameOf(org.qi4j.api.entity.EntityReference entityReference) |
boolean |
put(String name,
org.qi4j.api.entity.EntityReference entityReference) |
boolean |
remove(String name) |
public int count()
count in interface org.qi4j.spi.entity.NamedAssociationStatepublic boolean containsName(String name)
containsName in interface org.qi4j.spi.entity.NamedAssociationStatepublic boolean put(String name, org.qi4j.api.entity.EntityReference entityReference)
put in interface org.qi4j.spi.entity.NamedAssociationStatepublic boolean remove(String name)
remove in interface org.qi4j.spi.entity.NamedAssociationStatepublic org.qi4j.api.entity.EntityReference get(String name)
get in interface org.qi4j.spi.entity.NamedAssociationStatepublic String nameOf(org.qi4j.api.entity.EntityReference entityReference)
nameOf in interface org.qi4j.spi.entity.NamedAssociationState