public class TypeParamDefBuilder extends TypeParamDefFluentImpl<TypeParamDefBuilder> implements VisitableBuilder<TypeParamDef,TypeParamDefBuilder>
TypeParamDefFluentImpl.BoundsNestedImpl<N>TypeParamDefFluent.BoundsNested<N>_visitables| Constructor and Description |
|---|
TypeParamDefBuilder() |
TypeParamDefBuilder(java.lang.Boolean validationEnabled) |
TypeParamDefBuilder(TypeParamDef instance) |
TypeParamDefBuilder(TypeParamDef instance,
java.lang.Boolean validationEnabled) |
TypeParamDefBuilder(TypeParamDefFluent<?> fluent) |
TypeParamDefBuilder(TypeParamDefFluent<?> fluent,
java.lang.Boolean validationEnabled) |
TypeParamDefBuilder(TypeParamDefFluent<?> fluent,
TypeParamDef instance) |
TypeParamDefBuilder(TypeParamDefFluent<?> fluent,
TypeParamDef instance,
java.lang.Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
EditableTypeParamDef |
build() |
boolean |
equals(java.lang.Object o) |
addAllToBounds, addNewBound, addNewBoundLike, addToBounds, addToBounds, buildBound, buildBounds, buildFirstBound, buildLastBound, buildMatchingBound, editBound, editFirstBound, editLastBound, editMatchingBound, getBounds, getName, hasBounds, hasMatchingBound, hasName, removeAllFromBounds, removeFromBounds, setNewBoundLike, setToBounds, withBounds, withBounds, withName, withNewName, withNewName, withNewNameaddToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributesaccept, aggregate, aggregate, build, build, builderOfclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributespublic TypeParamDefBuilder()
public TypeParamDefBuilder(java.lang.Boolean validationEnabled)
public TypeParamDefBuilder(TypeParamDefFluent<?> fluent)
public TypeParamDefBuilder(TypeParamDefFluent<?> fluent, java.lang.Boolean validationEnabled)
public TypeParamDefBuilder(TypeParamDefFluent<?> fluent, TypeParamDef instance)
public TypeParamDefBuilder(TypeParamDefFluent<?> fluent, TypeParamDef instance, java.lang.Boolean validationEnabled)
public TypeParamDefBuilder(TypeParamDef instance)
public TypeParamDefBuilder(TypeParamDef instance, java.lang.Boolean validationEnabled)
public EditableTypeParamDef build()
build in interface Builder<TypeParamDef>public boolean equals(java.lang.Object o)
equals in class TypeParamDefFluentImpl<TypeParamDefBuilder>Copyright © 2019. All Rights Reserved.