Package org.apache.fop.util.text
Class ChoiceFieldPart.Factory
- java.lang.Object
-
- org.apache.fop.util.text.ChoiceFieldPart.Factory
-
- All Implemented Interfaces:
org.apache.fop.util.text.AdvancedMessageFormat.PartFactory
- Enclosing class:
- ChoiceFieldPart
public static class ChoiceFieldPart.Factory extends java.lang.Object implements org.apache.fop.util.text.AdvancedMessageFormat.PartFactoryFactory for ChoiceFieldPart.
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFormat()org.apache.fop.util.text.AdvancedMessageFormat.PartnewPart(java.lang.String fieldName, java.lang.String values)
-
-
-
Method Detail
-
newPart
public org.apache.fop.util.text.AdvancedMessageFormat.Part newPart(java.lang.String fieldName, java.lang.String values)- Specified by:
newPartin interfaceorg.apache.fop.util.text.AdvancedMessageFormat.PartFactory
-
getFormat
public java.lang.String getFormat()
- Specified by:
getFormatin interfaceorg.apache.fop.util.text.AdvancedMessageFormat.PartFactory
-
-