Class PatternMessage
- java.lang.Object
-
- com.vmware.vipclient.i18n.base.instances.PatternMessage
-
-
Constructor Summary
Constructors Constructor Description PatternMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.json.simple.JSONObjectgetPatternMessage(java.lang.String language, java.lang.String region)get whole pattern data for formattingorg.json.simple.JSONObjectgetPatternMessage(java.util.Locale locale)get whole pattern data for formatting
-
-
-
Method Detail
-
getPatternMessage
public org.json.simple.JSONObject getPatternMessage(java.util.Locale locale)
get whole pattern data for formatting- Parameters:
locale-- Returns:
-
getPatternMessage
public org.json.simple.JSONObject getPatternMessage(java.lang.String language, java.lang.String region)get whole pattern data for formatting- Parameters:
locale-- Returns:
-
-