Interface ModelConstructorDiffination
-
- All Superinterfaces:
org.brijframework.GenericResource<Constructor<?>>,org.brijframework.lifecycle.Initializer,ModelDiffination<Constructor<?>>
- All Known Implementing Classes:
AbstractModelConstructorDiffination,ModelConstructorDiffinationImpl
public interface ModelConstructorDiffination extends ModelDiffination<Constructor<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Type[]getArguments()ModelTypeDeffinationgetOwner()default intgetParameterCount()Set<ModelParameterDiffination<?>>getParameters()Constructor<?>getType()voidsetArguments(Type[] arguments)voidsetParameters(Set<ModelParameterDiffination<?>> params)-
Methods inherited from interface org.brijframework.model.ModelDiffination
getAccess
-
-
-
-
Method Detail
-
getType
Constructor<?> getType()
- Specified by:
getTypein interfaceorg.brijframework.GenericResource<Constructor<?>>
-
getParameters
Set<ModelParameterDiffination<?>> getParameters()
-
setParameters
void setParameters(Set<ModelParameterDiffination<?>> params)
-
setArguments
void setArguments(Type[] arguments)
-
getArguments
Type[] getArguments()
-
getParameterCount
default int getParameterCount()
-
getOwner
ModelTypeDeffination getOwner()
-
-