public class PrimitiveRefFluentImpl<A extends PrimitiveRefFluent<A>> extends TypeRefFluentImpl<A> implements PrimitiveRefFluent<A>
_visitables
Constructor and Description |
---|
PrimitiveRefFluentImpl() |
PrimitiveRefFluentImpl(PrimitiveRef instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getDimensions() |
String |
getName() |
Boolean |
hasDimensions() |
Boolean |
hasName() |
A |
withDimensions(int dimensions) |
A |
withName(String name) |
A |
withNewName(String arg1) |
A |
withNewName(StringBuffer arg1) |
A |
withNewName(StringBuilder arg1) |
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 PrimitiveRefFluentImpl()
public PrimitiveRefFluentImpl(PrimitiveRef instance)
public String getName()
getName
in interface PrimitiveRefFluent<A extends PrimitiveRefFluent<A>>
public A withName(String name)
withName
in interface PrimitiveRefFluent<A extends PrimitiveRefFluent<A>>
public Boolean hasName()
hasName
in interface PrimitiveRefFluent<A extends PrimitiveRefFluent<A>>
public A withNewName(String arg1)
withNewName
in interface PrimitiveRefFluent<A extends PrimitiveRefFluent<A>>
public A withNewName(StringBuilder arg1)
withNewName
in interface PrimitiveRefFluent<A extends PrimitiveRefFluent<A>>
public A withNewName(StringBuffer arg1)
withNewName
in interface PrimitiveRefFluent<A extends PrimitiveRefFluent<A>>
public int getDimensions()
getDimensions
in interface PrimitiveRefFluent<A extends PrimitiveRefFluent<A>>
public A withDimensions(int dimensions)
withDimensions
in interface PrimitiveRefFluent<A extends PrimitiveRefFluent<A>>
public Boolean hasDimensions()
hasDimensions
in interface PrimitiveRefFluent<A extends PrimitiveRefFluent<A>>
public boolean equals(Object o)
equals
in class TypeRefFluentImpl<A extends PrimitiveRefFluent<A>>
Copyright © 2019 JBoss by Red Hat. All rights reserved.