public class SourceFluentImpl<A extends SourceFluent<A>> extends BaseFluent<A> implements SourceFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
SourceFluentImpl.TypesNestedImpl<N> |
SourceFluent.TypesNested<N>_visitables| Constructor and Description |
|---|
SourceFluentImpl() |
SourceFluentImpl(Source instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToTypes(java.util.Collection<TypeDef> items) |
SourceFluent.TypesNested<A> |
addNewType() |
SourceFluent.TypesNested<A> |
addNewTypeLike(TypeDef item) |
A |
addToTypes(int index,
TypeDef item) |
A |
addToTypes(TypeDef... items) |
TypeDef |
buildFirstType() |
TypeDef |
buildLastType() |
TypeDef |
buildMatchingType(Predicate<Builder<? extends TypeDef>> predicate) |
TypeDef |
buildType(int index) |
java.util.List<TypeDef> |
buildTypes() |
boolean |
equals(java.lang.Object o) |
java.util.List<TypeDef> |
getTypes()
Deprecated.
|
java.lang.Boolean |
hasTypes() |
A |
removeAllFromTypes(java.util.Collection<TypeDef> items) |
A |
removeFromTypes(TypeDef... items) |
A |
setToTypes(int index,
TypeDef item) |
A |
withTypes(java.util.List<TypeDef> types) |
A |
withTypes(TypeDef... types) |
public SourceFluentImpl()
public SourceFluentImpl(Source instance)
public A addToTypes(int index, TypeDef item)
addToTypes in interface SourceFluent<A extends SourceFluent<A>>public A setToTypes(int index, TypeDef item)
setToTypes in interface SourceFluent<A extends SourceFluent<A>>public A addToTypes(TypeDef... items)
addToTypes in interface SourceFluent<A extends SourceFluent<A>>public A addAllToTypes(java.util.Collection<TypeDef> items)
addAllToTypes in interface SourceFluent<A extends SourceFluent<A>>public A removeFromTypes(TypeDef... items)
removeFromTypes in interface SourceFluent<A extends SourceFluent<A>>public A removeAllFromTypes(java.util.Collection<TypeDef> items)
removeAllFromTypes in interface SourceFluent<A extends SourceFluent<A>>@Deprecated public java.util.List<TypeDef> getTypes()
getTypes in interface SourceFluent<A extends SourceFluent<A>>public java.util.List<TypeDef> buildTypes()
buildTypes in interface SourceFluent<A extends SourceFluent<A>>public TypeDef buildType(int index)
buildType in interface SourceFluent<A extends SourceFluent<A>>public TypeDef buildFirstType()
buildFirstType in interface SourceFluent<A extends SourceFluent<A>>public TypeDef buildLastType()
buildLastType in interface SourceFluent<A extends SourceFluent<A>>public TypeDef buildMatchingType(Predicate<Builder<? extends TypeDef>> predicate)
buildMatchingType in interface SourceFluent<A extends SourceFluent<A>>public A withTypes(java.util.List<TypeDef> types)
withTypes in interface SourceFluent<A extends SourceFluent<A>>public A withTypes(TypeDef... types)
withTypes in interface SourceFluent<A extends SourceFluent<A>>public java.lang.Boolean hasTypes()
hasTypes in interface SourceFluent<A extends SourceFluent<A>>public SourceFluent.TypesNested<A> addNewType()
addNewType in interface SourceFluent<A extends SourceFluent<A>>public SourceFluent.TypesNested<A> addNewTypeLike(TypeDef item)
addNewTypeLike in interface SourceFluent<A extends SourceFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.