public class PrimitiveRefBuilder extends PrimitiveRefFluentImpl<PrimitiveRefBuilder> implements VisitableBuilder<PrimitiveRef,PrimitiveRefBuilder>
_visitables
Constructor and Description |
---|
PrimitiveRefBuilder() |
PrimitiveRefBuilder(Boolean validationEnabled) |
PrimitiveRefBuilder(PrimitiveRef instance) |
PrimitiveRefBuilder(PrimitiveRef instance,
Boolean validationEnabled) |
PrimitiveRefBuilder(PrimitiveRefFluent<?> fluent) |
PrimitiveRefBuilder(PrimitiveRefFluent<?> fluent,
Boolean validationEnabled) |
PrimitiveRefBuilder(PrimitiveRefFluent<?> fluent,
PrimitiveRef instance) |
PrimitiveRefBuilder(PrimitiveRefFluent<?> fluent,
PrimitiveRef instance,
Boolean validationEnabled) |
Modifier and Type | Method and Description |
---|---|
EditablePrimitiveRef |
build() |
boolean |
equals(Object o) |
getDimensions, getName, hasDimensions, hasName, withDimensions, withName, withNewName, withNewName, withNewName
addToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributes
accept, aggregate, aggregate, build, build, builderOf
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributes
public PrimitiveRefBuilder()
public PrimitiveRefBuilder(Boolean validationEnabled)
public PrimitiveRefBuilder(PrimitiveRefFluent<?> fluent)
public PrimitiveRefBuilder(PrimitiveRefFluent<?> fluent, Boolean validationEnabled)
public PrimitiveRefBuilder(PrimitiveRefFluent<?> fluent, PrimitiveRef instance)
public PrimitiveRefBuilder(PrimitiveRefFluent<?> fluent, PrimitiveRef instance, Boolean validationEnabled)
public PrimitiveRefBuilder(PrimitiveRef instance)
public PrimitiveRefBuilder(PrimitiveRef instance, Boolean validationEnabled)
public EditablePrimitiveRef build()
build
in interface Builder<PrimitiveRef>
public boolean equals(Object o)
equals
in class PrimitiveRefFluentImpl<PrimitiveRefBuilder>
Copyright © 2019 JBoss by Red Hat. All rights reserved.