Uses of Interface
org.refcodes.structure.Attribute.AttributeBuilder
-
-
Uses of Attribute.AttributeBuilder in org.refcodes.structure
Classes in org.refcodes.structure that implement Attribute.AttributeBuilder Modifier and Type Class Description static classAttributeImpl.AttributeBuilderImplImplementation of theProperty.PropertyBuilderinterface.Methods in org.refcodes.structure that return Attribute.AttributeBuilder Modifier and Type Method Description default Attribute.AttributeBuilderAttribute.AttributeBuilder. withKey(java.lang.String aKey)With key.default Attribute.AttributeBuilderAttribute.AttributeBuilder. withValue(java.lang.Object aValue)With value.
-