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.
Field Summary |
static ru.novosoft.uml.foundation.core.MClass |
BOOLEAN_CLASS
|
static ru.novosoft.uml.foundation.core.MDataType |
BOOLEAN_TYPE
|
static ru.novosoft.uml.foundation.core.MClass |
BYTE_CLASS
|
static ru.novosoft.uml.foundation.core.MDataType |
BYTE_TYPE
|
static ru.novosoft.uml.foundation.core.MClass |
CHAR_CLASS
|
static ru.novosoft.uml.foundation.core.MDataType |
CHAR_TYPE
|
static ru.novosoft.uml.foundation.core.MClass |
COLOR_CLASS
|
static ru.novosoft.uml.foundation.core.MClass |
DOUBLE_CLASS
|
static ru.novosoft.uml.foundation.core.MDataType |
DOUBLE_TYPE
|
static ru.novosoft.uml.foundation.core.MClass |
FLOAT_CLASS
|
static ru.novosoft.uml.foundation.core.MDataType |
FLOAT_TYPE
|
static ru.novosoft.uml.foundation.core.MClass |
HASHTABLE_CLASS
|
static ru.novosoft.uml.foundation.core.MClass |
INT_CLASS
|
static ru.novosoft.uml.foundation.core.MDataType |
INT_TYPE
|
static ru.novosoft.uml.model_management.MModel |
javastandards
|
static ru.novosoft.uml.foundation.core.MClass |
LONG_CLASS
|
static ru.novosoft.uml.foundation.core.MDataType |
LONG_TYPE
|
static ru.novosoft.uml.foundation.core.MClass |
POINT_CLASS
|
static ru.novosoft.uml.foundation.core.MClass |
RECTANGLE_CLASS
|
static ru.novosoft.uml.foundation.core.MClass |
STACK_CLASS
|
static ru.novosoft.uml.foundation.core.MClass |
STRING_CLASS
|
static ru.novosoft.uml.foundation.core.MClass |
VECTOR_CLASS
|
static ru.novosoft.uml.foundation.core.MDataType |
VOID_TYPE
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STRING_CLASS
public static ru.novosoft.uml.foundation.core.MClass STRING_CLASS
VOID_TYPE
public static ru.novosoft.uml.foundation.core.MDataType VOID_TYPE
CHAR_TYPE
public static ru.novosoft.uml.foundation.core.MDataType CHAR_TYPE
INT_TYPE
public static ru.novosoft.uml.foundation.core.MDataType INT_TYPE
BOOLEAN_TYPE
public static ru.novosoft.uml.foundation.core.MDataType BOOLEAN_TYPE
BYTE_TYPE
public static ru.novosoft.uml.foundation.core.MDataType BYTE_TYPE
LONG_TYPE
public static ru.novosoft.uml.foundation.core.MDataType LONG_TYPE
FLOAT_TYPE
public static ru.novosoft.uml.foundation.core.MDataType FLOAT_TYPE
DOUBLE_TYPE
public static ru.novosoft.uml.foundation.core.MDataType DOUBLE_TYPE
CHAR_CLASS
public static ru.novosoft.uml.foundation.core.MClass CHAR_CLASS
INT_CLASS
public static ru.novosoft.uml.foundation.core.MClass INT_CLASS
BOOLEAN_CLASS
public static ru.novosoft.uml.foundation.core.MClass BOOLEAN_CLASS
BYTE_CLASS
public static ru.novosoft.uml.foundation.core.MClass BYTE_CLASS
LONG_CLASS
public static ru.novosoft.uml.foundation.core.MClass LONG_CLASS
FLOAT_CLASS
public static ru.novosoft.uml.foundation.core.MClass FLOAT_CLASS
DOUBLE_CLASS
public static ru.novosoft.uml.foundation.core.MClass DOUBLE_CLASS
RECTANGLE_CLASS
public static ru.novosoft.uml.foundation.core.MClass RECTANGLE_CLASS
POINT_CLASS
public static ru.novosoft.uml.foundation.core.MClass POINT_CLASS
COLOR_CLASS
public static ru.novosoft.uml.foundation.core.MClass COLOR_CLASS
VECTOR_CLASS
public static ru.novosoft.uml.foundation.core.MClass VECTOR_CLASS
HASHTABLE_CLASS
public static ru.novosoft.uml.foundation.core.MClass HASHTABLE_CLASS
STACK_CLASS
public static ru.novosoft.uml.foundation.core.MClass STACK_CLASS
javastandards
public static ru.novosoft.uml.model_management.MModel javastandards
JavaUML
public JavaUML()