Class InjektionAnalyserValueResult
- java.lang.Object
-
- net.anwiba.commons.injection.impl.InjektionAnalyserValueResult
-
- All Implemented Interfaces:
IInjektionAnalyserValueResult
public final class InjektionAnalyserValueResult extends java.lang.Object implements IInjektionAnalyserValueResult
-
-
Constructor Summary
Constructors Constructor Description InjektionAnalyserValueResult(IBinding type, boolean isNullable, boolean isImitable, boolean isIterable, boolean isEmptiable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IBindinggetBinding()booleanisEmptiable()booleanisImitable()booleanisIterable()booleanisNullable()
-
-
-
Constructor Detail
-
InjektionAnalyserValueResult
public InjektionAnalyserValueResult(IBinding type, boolean isNullable, boolean isImitable, boolean isIterable, boolean isEmptiable)
-
-
Method Detail
-
isNullable
public boolean isNullable()
- Specified by:
isNullablein interfaceIInjektionAnalyserValueResult
-
isImitable
public boolean isImitable()
- Specified by:
isImitablein interfaceIInjektionAnalyserValueResult
-
isEmptiable
public boolean isEmptiable()
- Specified by:
isEmptiablein interfaceIInjektionAnalyserValueResult
-
isIterable
public boolean isIterable()
- Specified by:
isIterablein interfaceIInjektionAnalyserValueResult
-
getBinding
public IBinding getBinding()
- Specified by:
getBindingin interfaceIInjektionAnalyserValueResult
-
-