org.argouml.language.java.generator
Class JavaUML
java.lang.Object
|
+--org.argouml.language.java.generator.JavaUML
- public class JavaUML
- extends java.lang.Object
A file of information about the Java language. This is used to
fill in the offered data types in variable and operation
declarations.
In the end, it would be better to have these in XMI files that are
loaded at starting time.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STRING_CLASS
public static MClass STRING_CLASS
VOID_TYPE
public static MDataType VOID_TYPE
CHAR_TYPE
public static MDataType CHAR_TYPE
INT_TYPE
public static MDataType INT_TYPE
BOOLEAN_TYPE
public static MDataType BOOLEAN_TYPE
BYTE_TYPE
public static MDataType BYTE_TYPE
LONG_TYPE
public static MDataType LONG_TYPE
FLOAT_TYPE
public static MDataType FLOAT_TYPE
DOUBLE_TYPE
public static MDataType DOUBLE_TYPE
CHAR_CLASS
public static MClass CHAR_CLASS
INT_CLASS
public static MClass INT_CLASS
BOOLEAN_CLASS
public static MClass BOOLEAN_CLASS
BYTE_CLASS
public static MClass BYTE_CLASS
LONG_CLASS
public static MClass LONG_CLASS
FLOAT_CLASS
public static MClass FLOAT_CLASS
DOUBLE_CLASS
public static MClass DOUBLE_CLASS
RECTANGLE_CLASS
public static MClass RECTANGLE_CLASS
POINT_CLASS
public static MClass POINT_CLASS
COLOR_CLASS
public static MClass COLOR_CLASS
VECTOR_CLASS
public static MClass VECTOR_CLASS
HASHTABLE_CLASS
public static MClass HASHTABLE_CLASS
STACK_CLASS
public static MClass STACK_CLASS
javastandards
public static MModel javastandards
JavaUML
public JavaUML()