public class TypeParamRefBuilder extends TypeParamRefFluentImpl<TypeParamRefBuilder> implements VisitableBuilder<TypeParamRef,TypeParamRefBuilder>
_visitables
Constructor and Description |
---|
TypeParamRefBuilder() |
TypeParamRefBuilder(Boolean validationEnabled) |
TypeParamRefBuilder(TypeParamRef instance) |
TypeParamRefBuilder(TypeParamRef instance,
Boolean validationEnabled) |
TypeParamRefBuilder(TypeParamRefFluent<?> fluent) |
TypeParamRefBuilder(TypeParamRefFluent<?> fluent,
Boolean validationEnabled) |
TypeParamRefBuilder(TypeParamRefFluent<?> fluent,
TypeParamRef instance) |
TypeParamRefBuilder(TypeParamRefFluent<?> fluent,
TypeParamRef instance,
Boolean validationEnabled) |
Modifier and Type | Method and Description |
---|---|
EditableTypeParamRef |
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 TypeParamRefBuilder()
public TypeParamRefBuilder(Boolean validationEnabled)
public TypeParamRefBuilder(TypeParamRefFluent<?> fluent)
public TypeParamRefBuilder(TypeParamRefFluent<?> fluent, Boolean validationEnabled)
public TypeParamRefBuilder(TypeParamRefFluent<?> fluent, TypeParamRef instance)
public TypeParamRefBuilder(TypeParamRefFluent<?> fluent, TypeParamRef instance, Boolean validationEnabled)
public TypeParamRefBuilder(TypeParamRef instance)
public TypeParamRefBuilder(TypeParamRef instance, Boolean validationEnabled)
public EditableTypeParamRef build()
build
in interface Builder<TypeParamRef>
public boolean equals(Object o)
equals
in class TypeParamRefFluentImpl<TypeParamRefBuilder>
Copyright © 2019 JBoss by Red Hat. All rights reserved.