Class Address3EN

  • All Implemented Interfaces:
    LTRandom, Comparable<LogicalType>

    public class Address3EN
    extends AddressLineNEN
    Plugin to detect the third line of an Address. (English-language only).
    • Field Detail

      • SEMANTIC_TYPE

        public static final String SEMANTIC_TYPE
        The Semantic type for this Plugin.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Address3EN

        public Address3EN​(PluginDefinition plugin)
        Construct a plugin to detect the third line of an Address based on the Plugin Definition.
        Parameters:
        plugin - The definition of this plugin.
    • Method Detail

      • getSemanticType

        public String getSemanticType()
        Description copied from class: LogicalType
        The name of the Semantic Type. For example, EMAIL for an email address.
        Overrides:
        getSemanticType in class LogicalType
        Returns:
        The name of the Semantic Type.