Module com.speedment.common.codegen
Interface HasMethods<T extends HasMethods<T>>
-
- Type Parameters:
T- The extending type
- All Known Subinterfaces:
AnonymousValue,Class,ClassOrInterface<T>,Enum,EnumConstant,Interface
public interface HasMethods<T extends HasMethods<T>>A trait for models that containMethodcomponents.- Since:
- 2.0
- Author:
- Emil Forslund
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Tadd(Method meth)Adds the specifiedMethodto this model.List<Method>getMethods()Returns a list of all methods in this model.
-