Uses of Class
com.vmware.vipclient.i18n.l2.text.MessagePattern.Part
-
Packages that use MessagePattern.Part Package Description com.vmware.vipclient.i18n.l2.text -
-
Uses of MessagePattern.Part in com.vmware.vipclient.i18n.l2.text
Methods in com.vmware.vipclient.i18n.l2.text that return MessagePattern.Part Modifier and Type Method Description MessagePattern.PartMessagePattern. getPart(int i)Gets the i-th pattern "part".Methods in com.vmware.vipclient.i18n.l2.text with parameters of type MessagePattern.Part Modifier and Type Method Description doubleMessagePattern. getNumericValue(MessagePattern.Part part)Returns the numeric value associated with an ARG_INT or ARG_DOUBLE.StringMessagePattern. getSubstring(MessagePattern.Part part)Returns the substring of the pattern string indicated by the Part.booleanMessagePattern. partSubstringMatches(MessagePattern.Part part, String s)Compares the part's substring with the input string s.
-