public static interface AdvancedMessageFormat.PartFactory
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormat()
Returns the name of the message part format.
|
AdvancedMessageFormat.Part |
newPart(java.lang.String fieldName,
java.lang.String values)
Creates a new part by parsing the values parameter to configure the part.
|
AdvancedMessageFormat.Part newPart(java.lang.String fieldName, java.lang.String values)
fieldName - the field namevalues - the unparsed parameter valuesjava.lang.String getFormat()
Copyright © 2007–2023. All rights reserved.