Interface ICustomizationEntityAttribute

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ICustomizationEntityAttribute
    extends com4j.Com4jObject
    Represents an entity property.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String defaultValue()
      Default value of the attribute.
      java.lang.String id()
      Id of the attribute.
      java.lang.String name()
      Name of the attribute.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • id

        java.lang.String id()

        Id of the attribute.

        Getter method for the COM property "ID"

        Returns:
        Returns a value of type java.lang.String
      • name

        java.lang.String name()

        Name of the attribute.

        Getter method for the COM property "Name"

        Returns:
        Returns a value of type java.lang.String
      • defaultValue

        java.lang.String defaultValue()

        Default value of the attribute.

        Getter method for the COM property "DefaultValue"

        Returns:
        Returns a value of type java.lang.String