| java.lang.Object org.andromda.schema2xmi.Schema2XMIUtils
Schema2XMIUtils | class Schema2XMIUtils (Code) | | Contains utilities for the Schema2XMI tool.
author: Chad Brandon |
Method Summary | |
static String | constructTypeName(String name, String length) Constructs the entire type name from the
given name and length.
Parameters: name - the name of the type Parameters: length - the length of the type. |
constructTypeName | static String constructTypeName(String name, String length)(Code) | | Constructs the entire type name from the
given name and length.
Parameters: name - the name of the type Parameters: length - the length of the type. the type name with the length. |
|
|