Class RelationDescriptorModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class RelationDescriptorModel
    extends AttributeDescriptorModel
    Generated model class for type RelationDescriptor first defined at extension core.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • ISSOURCE

        public static final java.lang.String ISSOURCE
        Generated constant - Attribute key of RelationDescriptor.isSource attribute defined at extension core.
        See Also:
        Constant Field Values
      • ORDERED

        public static final java.lang.String ORDERED
        Generated constant - Attribute key of RelationDescriptor.ordered attribute defined at extension core.
        See Also:
        Constant Field Values
      • RELATIONNAME

        public static final java.lang.String RELATIONNAME
        Generated constant - Attribute key of RelationDescriptor.relationName attribute defined at extension core.
        See Also:
        Constant Field Values
      • RELATIONTYPE

        public static final java.lang.String RELATIONTYPE
        Generated constant - Attribute key of RelationDescriptor.relationType attribute defined at extension core.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RelationDescriptorModel

        public RelationDescriptorModel()
        Generated constructor - Default constructor for generic creation.
      • RelationDescriptorModel

        public RelationDescriptorModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • RelationDescriptorModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public RelationDescriptorModel​(TypeModel _attributeType,
                                       ComposedTypeModel _enclosingType,
                                       java.lang.Boolean _generate,
                                       java.lang.Boolean _partOf,
                                       java.lang.String _qualifier)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _attributeType - initial attribute declared by type Descriptor at extension core
        _enclosingType - initial attribute declared by type AttributeDescriptor at extension core
        _generate - initial attribute declared by type TypeManagerManaged at extension core
        _partOf - initial attribute declared by type AttributeDescriptor at extension core
        _qualifier - initial attribute declared by type Descriptor at extension core
      • RelationDescriptorModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public RelationDescriptorModel​(TypeModel _attributeType,
                                       ComposedTypeModel _enclosingType,
                                       java.lang.Boolean _generate,
                                       ItemModel _owner,
                                       java.lang.Boolean _partOf,
                                       java.lang.String _qualifier)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _attributeType - initial attribute declared by type Descriptor at extension core
        _enclosingType - initial attribute declared by type AttributeDescriptor at extension core
        _generate - initial attribute declared by type TypeManagerManaged at extension core
        _owner - initial attribute declared by type Item at extension core
        _partOf - initial attribute declared by type AttributeDescriptor at extension core
        _qualifier - initial attribute declared by type Descriptor at extension core
    • Method Detail

      • getIsSource

        @Accessor(qualifier="isSource",
                  type=GETTER)
        public java.lang.Boolean getIsSource()
        Generated method - Getter of the RelationDescriptor.isSource attribute defined at extension core.
        Returns:
        the isSource
      • getOrdered

        @Accessor(qualifier="ordered",
                  type=GETTER)
        public java.lang.Boolean getOrdered()
        Generated method - Getter of the RelationDescriptor.ordered attribute defined at extension core.
        Returns:
        the ordered
      • getRelationName

        @Accessor(qualifier="relationName",
                  type=GETTER)
        public java.lang.String getRelationName()
        Generated method - Getter of the RelationDescriptor.relationName attribute defined at extension core.
        Returns:
        the relationName