public class TypeParamRefFluentImpl<A extends TypeParamRefFluent<A>> extends TypeRefFluentImpl<A> implements TypeParamRefFluent<A>
_visitables| Constructor and Description |
|---|
TypeParamRefFluentImpl() |
TypeParamRefFluentImpl(TypeParamRef instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getDimensions() |
String |
getName() |
Boolean |
hasDimensions() |
int |
hashCode() |
Boolean |
hasName() |
String |
toString() |
A |
withDimensions(int dimensions) |
A |
withName(String name) |
addToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributesaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributespublic TypeParamRefFluentImpl()
public TypeParamRefFluentImpl(TypeParamRef instance)
public String getName()
getName in interface TypeParamRefFluent<A extends TypeParamRefFluent<A>>public A withName(String name)
withName in interface TypeParamRefFluent<A extends TypeParamRefFluent<A>>public Boolean hasName()
hasName in interface TypeParamRefFluent<A extends TypeParamRefFluent<A>>public int getDimensions()
getDimensions in interface TypeParamRefFluent<A extends TypeParamRefFluent<A>>public A withDimensions(int dimensions)
withDimensions in interface TypeParamRefFluent<A extends TypeParamRefFluent<A>>public Boolean hasDimensions()
hasDimensions in interface TypeParamRefFluent<A extends TypeParamRefFluent<A>>public boolean equals(Object o)
equals in class TypeRefFluentImpl<A extends TypeParamRefFluent<A>>public int hashCode()
hashCode in class TypeRefFluentImpl<A extends TypeParamRefFluent<A>>public String toString()
toString in class TypeRefFluentImpl<A extends TypeParamRefFluent<A>>Copyright © 2023. All rights reserved.