public interface TypeParamRefFluent<A extends TypeParamRefFluent<A>> extends TypeRefFluent<A>
Modifier and Type | Method and Description |
---|---|
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
String getName()
Boolean hasName()
A withNewName(StringBuilder arg1)
A withNewName(StringBuffer arg1)
int getDimensions()
A withDimensions(int dimensions)
Boolean hasDimensions()
Copyright © 2019 JBoss by Red Hat. All rights reserved.