Class EnumProperty.Maker

    • Constructor Detail

      • Maker

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

      • checkEnumValues

        public Property checkEnumValues​(java.lang.String value)
        Called by subclass if no match found.
        Overrides:
        checkEnumValues in class PropertyMaker
        Parameters:
        value - string containing the value to be checked
        Returns:
        null (indicates that an appropriate match was not found)