Uses of Class
org.nuiton.eugene.models.friend.InterfaceDef
-
Packages that use InterfaceDef Package Description org.nuiton.eugene.models.friend -
-
Uses of InterfaceDef in org.nuiton.eugene.models.friend
Methods in org.nuiton.eugene.models.friend that return InterfaceDef Modifier and Type Method Description static InterfaceDefInterfaceDef. of(String line, List<String> groupLines, String defaultPackage)static InterfaceDefInterfaceDef. of(ObjectModelInterface anInterface, String defaultPackage)Methods in org.nuiton.eugene.models.friend that return types with arguments of type InterfaceDef Modifier and Type Method Description List<InterfaceDef>ModelDef. getInterfaces()
-