Uses of Class
com.vmware.vipclient.i18n.l2.text.MessagePattern.Part.Type
-
Packages that use MessagePattern.Part.Type Package Description com.vmware.vipclient.i18n.l2.text -
-
Uses of MessagePattern.Part.Type in com.vmware.vipclient.i18n.l2.text
Methods in com.vmware.vipclient.i18n.l2.text that return MessagePattern.Part.Type Modifier and Type Method Description MessagePattern.Part.TypeMessagePattern. getPartType(int i)Returns the Part.Type of the i-th pattern "part".MessagePattern.Part.TypeMessagePattern.Part. getType()Returns the type of this part.static MessagePattern.Part.TypeMessagePattern.Part.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MessagePattern.Part.Type[]MessagePattern.Part.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-