Package com.nomagic.magicdraw.resources
Class MetaModelResource
- java.lang.Object
 - 
- com.nomagic.magicdraw.resources.MetaModelResource
 
 
- 
@OpenApiAll public class MetaModelResource extends java.lang.ObjectThis class is used to retrieve the resources from the metamodel resource bundle files. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBUNDLE_NAME 
- 
Constructor Summary
Constructors Constructor Description MetaModelResource() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetString(java.lang.Class classType)Get localized resource string according the given element class type.static java.lang.StringgetString(java.lang.String key)Get localized resource string according the given key. 
 - 
 
- 
- 
Field Detail
- 
BUNDLE_NAME
public static final java.lang.String BUNDLE_NAME
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getString
public static java.lang.String getString(java.lang.String key)
Get localized resource string according the given key.- Parameters:
 key- key.- Returns:
 - resource string.
 
 
- 
getString
public static java.lang.String getString(java.lang.Class classType)
Get localized resource string according the given element class type.- Parameters:
 classType- element class type- Returns:
 - resource string
 - See Also:
 ClassTypes
 
 - 
 
 -