Class AttributeResponseData

    • Constructor Detail

      • AttributeResponseData

        public AttributeResponseData()
    • Method Detail

      • getName

        public abstract String getName()
      • getSequenceNr

        public abstract Integer getSequenceNr()
      • getType

        public abstract String getType()
      • isIdAttribute

        public abstract boolean isIdAttribute()
      • isLabelAttribute

        public abstract boolean isLabelAttribute()
      • getLookupAttributeIndex

        @Nullable
        @CheckForNull
        public abstract Integer getLookupAttributeIndex()
      • getRefEntityType

        @Nullable
        @CheckForNull
        public abstract LinksResponse getRefEntityType()
      • getCascadeDelete

        @Nullable
        @CheckForNull
        public abstract Boolean getCascadeDelete()
      • getMappedBy

        @Nullable
        @CheckForNull
        public abstract AttributeResponse getMappedBy()
      • getOrderBy

        @Nullable
        @CheckForNull
        public abstract List<Sort> getOrderBy()
      • isNullable

        public abstract boolean isNullable()
      • isAuto

        public abstract boolean isAuto()
      • isVisible

        public abstract boolean isVisible()
      • isUnique

        public abstract boolean isUnique()
      • isReadOnly

        public abstract boolean isReadOnly()
      • isAggregatable

        public abstract boolean isAggregatable()
      • getExpression

        @Nullable
        @CheckForNull
        public abstract String getExpression()
      • getEnumOptions

        @Nullable
        @CheckForNull
        public abstract List<String> getEnumOptions()
      • getCategoricalOptions

        @Nullable
        @CheckForNull
        public abstract List<Category> getCategoricalOptions()
      • getRange

        @Nullable
        @CheckForNull
        public abstract Range getRange()
      • getParentAttributeId

        @Nullable
        @CheckForNull
        public abstract String getParentAttributeId()
      • getNullableExpression

        @Nullable
        @CheckForNull
        public abstract String getNullableExpression()
      • getVisibleExpression

        @Nullable
        @CheckForNull
        public abstract String getVisibleExpression()
      • getValidationExpression

        @Nullable
        @CheckForNull
        public abstract String getValidationExpression()
      • getDefaultValue

        @Nullable
        @CheckForNull
        public abstract String getDefaultValue()