Class ExtendedPropertyAccessor.ExtendedProperty

  • Enclosing class:
    ExtendedPropertyAccessor

    public static final class ExtendedPropertyAccessor.ExtendedProperty
    extends Object
    The extended property definition
    Since:
    11.2
    • Constructor Detail

      • ExtendedProperty

        public ExtendedProperty​(String description,
                                boolean isMultiValued)
        Since:
        12.1
    • Method Detail

      • getDescription

        public String getDescription()
        Returns the description of the extended property
        Returns:
        extended property description
        Since:
        11.2
      • isMultiValued

        public boolean isMultiValued()
        Returns the extended property's multivalued status
        Returns:
        true if the extended property is multivalued, false otherwise.
        Since:
        11.2