Uses of Class
org.nuiton.topiatest.beangen.Roue
| Package | Description |
|---|---|
| org.nuiton.topiatest.beangen |
-
Uses of Roue in org.nuiton.topiatest.beangen
Subclasses of Roue in org.nuiton.topiatest.beangen Modifier and Type Class Description classRoueImplRoueImpl Created: 14 janv. 2010Fields in org.nuiton.topiatest.beangen with type parameters of type Roue Modifier and Type Field Description protected java.util.Collection<Roue>GeneratedVoiture. roueprotected static com.google.common.base.Function<Roue,Voiture>GeneratedRoueHelper. VOITURE_FUNCTIONMethods in org.nuiton.topiatest.beangen with type parameters of type Roue Modifier and Type Method Description static <BeanType extends Roue>
voidGeneratedRoueHelper. copyRoue(BeanType source, BeanType target)static <BeanType extends Roue>
voidGeneratedRoueHelper. copyRoue(BeanType source, BeanType target, org.nuiton.util.beans.Binder<BeanType,BeanType> binder)static <BeanType extends Roue>
java.util.List<BeanType>GeneratedRoueHelper. filterByVoiture(java.util.Collection<BeanType> $source, Voiture voiture)static <BeanType extends Roue>
com.google.common.base.Function<BeanType,Voiture>GeneratedRoueHelper. getVoitureFunction()static <BeanType extends Roue>
BeanTypeGeneratedRoueHelper. newRoue(BeanType source)static <BeanType extends Roue>
BeanTypeGeneratedRoueHelper. newRoue(BeanType source, org.nuiton.util.beans.Binder<BeanType,BeanType> binder)static <BeanType extends Roue>
com.google.common.base.Function<BeanType,Voiture>GeneratedRoueHelper. newVoitureFunction()static <BeanType extends Roue>
com.google.common.base.Predicate<BeanType>GeneratedRoueHelper. newVoiturePredicate(Voiture voiture)static <BeanType extends Roue>
java.lang.Class<BeanType>GeneratedRoueHelper. typeOfRoue()static <BeanType extends Roue>
com.google.common.collect.ImmutableMap<Voiture,BeanType>GeneratedRoueHelper. uniqueIndexByVoiture(java.lang.Iterable<BeanType> $source)Methods in org.nuiton.topiatest.beangen that return Roue Modifier and Type Method Description RoueGeneratedVoiture. getRoue(int index)static RoueGeneratedRoueHelper. newRoue()Methods in org.nuiton.topiatest.beangen that return types with arguments of type Roue Modifier and Type Method Description java.util.Collection<Roue>GeneratedVoiture. getRoue()Methods in org.nuiton.topiatest.beangen with parameters of type Roue Modifier and Type Method Description voidGeneratedVoiture. addRoue(Roue roue)booleanGeneratedVoiture. containsRoue(Roue roue)booleanGeneratedVoiture. removeRoue(Roue roue)Method parameters in org.nuiton.topiatest.beangen with type arguments of type Roue Modifier and Type Method Description voidGeneratedVoiture. addAllRoue(java.util.Collection<Roue> roue)booleanGeneratedVoiture. containsAllRoue(java.util.Collection<Roue> roue)booleanGeneratedVoiture. removeAllRoue(java.util.Collection<Roue> roue)voidGeneratedVoiture. setRoue(java.util.Collection<Roue> roue)