Class StringProperty.Maker

  • All Implemented Interfaces:
    java.lang.Cloneable
    Direct Known Subclasses:
    AFPAttribute
    Enclosing class:
    StringProperty

    public static class StringProperty.Maker
    extends PropertyMaker
    Inner class for making instances of StringProperty
    • Constructor Detail

      • Maker

        public Maker​(int propId)
        Parameters:
        propId - the id of the property for which a Maker should be created
    • Method Detail

      • make

        public Property make​(PropertyList propertyList,
                             java.lang.String value,
                             FObj fo)
        Make a new StringProperty object
        Overrides:
        make in class PropertyMaker
        Parameters:
        propertyList - not used
        value - String value of the new object
        fo - not used
        Returns:
        the StringProperty object