Interface ILcdGeoborderFeature

All Known Subinterfaces:
ILcdAIXMGeoborderFeature

public interface ILcdGeoborderFeature
This interface defines general applicable features for a geoborder.

If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The name of the geographical border.
    static final String
    A code indicating the type of geographical border.
  • Field Details

    • NAME

      static final String NAME
      The name of the geographical border. The name is of the type String.
      See Also:
    • TYPE

      static final String TYPE
      A code indicating the type of geographical border. The type is of the type TLcdGeoborderType.
      See Also: