Package org.nuiton.eugene.models.friend
Class InterfaceDef
- java.lang.Object
-
- org.nuiton.eugene.models.friend.ElementDef
-
- org.nuiton.eugene.models.friend.ClassifierDef<InterfaceDef>
-
- org.nuiton.eugene.models.friend.InterfaceDef
-
- All Implemented Interfaces:
Comparable<InterfaceDef>
public class InterfaceDef extends ClassifierDef<InterfaceDef>
Created by tchemit on 22/06/17.- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InterfaceDefof(String line, List<String> groupLines, String defaultPackage)static InterfaceDefof(ObjectModelInterface anInterface, String defaultPackage)StringtoString()voidwrite(BufferedWriter writer)-
Methods inherited from class org.nuiton.eugene.models.friend.ClassifierDef
compareTo, getOperations
-
Methods inherited from class org.nuiton.eugene.models.friend.ElementDef
addStereotype, addTagValue, getName, getStereotypes, getTagValues
-
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
of
public static InterfaceDef of(ObjectModelInterface anInterface, String defaultPackage)
-
of
public static InterfaceDef of(String line, List<String> groupLines, String defaultPackage)
-
write
public void write(BufferedWriter writer) throws IOException
- Specified by:
writein classElementDef- Throws:
IOException
-
-