public static class Factory.NameQuery<T> extends Factory.SingleQuery<T>
| Modifier and Type | Method and Description |
|---|---|
Factory.Query<T> |
bind(Factory factory) |
protected com.google.common.base.Optional<NamedComponent<T>> |
doFindOne() |
Set<Name<T>> |
findNames() |
Class<T> |
getComponentClass() |
Name<T> |
getName() |
boolean |
isMultiple() |
Factory.Query<T> |
setMandatory(boolean mandatory) |
String |
toString() |
doFindbyClass, byName, checkSatisfy, factory, factoryQuery, find, findAsComponents, findOne, findOneAsComponent, isMandatory, mandatory, mayGetFactory, optionalpublic Factory.Query<T> bind(Factory factory)
bind in class Factory.Query<T>public Factory.Query<T> setMandatory(boolean mandatory)
public boolean isMultiple()
isMultiple in class Factory.SingleQuery<T>protected com.google.common.base.Optional<NamedComponent<T>> doFindOne()
doFindOne in class Factory.Query<T>public Class<T> getComponentClass()
getComponentClass in class Factory.Query<T>Copyright © 2017. All Rights Reserved.