Class OptionalCharacterProperty.Maker

  • All Implemented Interfaces:
    java.lang.Cloneable
    Enclosing class:
    OptionalCharacterProperty

    public static class OptionalCharacterProperty.Maker
    extends PropertyMaker
    Inner class for creating instances of OptionalCharacterProperty
    • 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)
        Create a Property object from an attribute specification.
        Overrides:
        make in class PropertyMaker
        Parameters:
        propertyList - The PropertyList object being built for this FO.
        value - The attribute value.
        fo - The parent FO for the FO whose property is being made.
        Returns:
        The initialized Property object.