Uses of Interface
org.refcodes.structure.Relation.RelationBuilder
-
-
Uses of Relation.RelationBuilder in org.refcodes.structure
Subinterfaces of Relation.RelationBuilder in org.refcodes.structure Modifier and Type Interface Description static interfaceAttribute.AttributeBuilderAdds builder functionality to anAttribute.static interfaceProperty.PropertyBuilderAdds builder functionality to aProperty.Classes in org.refcodes.structure that implement Relation.RelationBuilder Modifier and Type Class Description static classAttributeImpl.AttributeBuilderImplImplementation of theProperty.PropertyBuilderinterface.static classPropertyImpl.PropertyBuilderImplImplementation of theProperty.PropertyBuilderinterface.static classRelationImpl.RelationBuilderImpl<K,V>Implementation of theRelation.RelationBuilderinterface.Methods in org.refcodes.structure that return Relation.RelationBuilder Modifier and Type Method Description default Relation.RelationBuilder<K,V>Relation.RelationBuilder. withKey(K aKey)With key.default Relation.RelationBuilder<K,V>Relation.RelationBuilder. withValue(V aValue)With value.
-