@ParametersAreNonnullByDefault public final class XmiConstants extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | ENCODINGThe default encoding of XML files. | 
| static String | HREFThe attribute key representing a link to another document. | 
| static String | TYPEThe attribute key representing a  nullelement. | 
| static String | VERSIONThe default version of XML files. | 
| static String | XMI_IDThe attribute key representing the identifier of an element. | 
| static String | XMI_IDREFThe attribute key representing a reference to an identified element. | 
| static String | XMI_NSThe namespace prefix of XMI. | 
| static String | XMI_TYPEThe default attribute key representing the meta-class of an element. | 
| static String | XMI_URIThe namespace URI of XMI. | 
| static String | XMI_VERSIONThe default XMI version. | 
| static String | XMI_VERSION_ATTRThe attribute key representing the version of the parsed XMI file. | 
| static String | XMI_XSI_TYPEThe attribute key representing the meta-class of an element. | 
| static String | XSI_NSThe namespace prefix of XSI. | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | format(String prefix,
      String value)Formats a prefixed value as  "prefix:value". | 
public static final String ENCODING
public static final String VERSION
public static final String XSI_NS
public static final String TYPE
null element.public static final String HREF
public static final String XMI_NS
public static final String XMI_URI
public static final String XMI_ID
public static final String XMI_IDREF
XMI_IDpublic static final String XMI_TYPE
public static final String XMI_XSI_TYPE
public static final String XMI_VERSION_ATTR
public static final String XMI_VERSION
@Nonnull public static String format(@Nullable String prefix, String value)
"prefix:value". If the prefix is null, the returned value
 only contains the value.prefix - the prefix of the valuevalue - the value"prefix:value"Copyright © 2013–2019 Atlanmod. All rights reserved.