Uses of Class
com.vmware.vipclient.i18n.l2.text.MessagePattern.ArgType
-
Packages that use MessagePattern.ArgType Package Description com.vmware.vipclient.i18n.l2.text -
-
Uses of MessagePattern.ArgType in com.vmware.vipclient.i18n.l2.text
Methods in com.vmware.vipclient.i18n.l2.text that return MessagePattern.ArgType Modifier and Type Method Description MessagePattern.ArgTypeMessagePattern.Part. getArgType()Returns the argument type if this part is of type ARG_START or ARG_LIMIT, otherwise ArgType.NONE.static MessagePattern.ArgTypeMessagePattern.ArgType. valueOf(String name)Returns the enum constant of this type with the specified name.static MessagePattern.ArgType[]MessagePattern.ArgType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vmware.vipclient.i18n.l2.text with parameters of type MessagePattern.ArgType Modifier and Type Method Description intMessagePattern. parseArgStyle(MessagePattern.ArgType argType, int nameIndex, int index, int nestingLevel)intMessagePattern. parseExplicitValuePluralSelector(MessagePattern.ArgType argType, int start, int selectorIndex, int index)Map<String,Object>MessagePattern. parsePluralOffsetOrNormalSelector(MessagePattern.ArgType argType, int start, int selectorIndex, int index, boolean isEmpty)
-