All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.model1.jpa3.AssociationEnd$Slice Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
package org.omg.model1.jpa3;

/**
 * AssociationEnd$Slice object hold the AssociationEnd's multivalued attributes
 */
@SuppressWarnings("serial")
public class AssociationEnd$Slice extends org.omg.model1.jpa3.Element$Slice {

// ----------------------------------------------------------------------------
// Instance/ReferenceDeclaration
// ----------------------------------------------------------------------------
  /**
   * Instance referenced by qualifierType.
   */
  java.lang.String qualifierType;

  public java.lang.String getQualifierType(
  ){
    return this.qualifierType;
  }

  public void setQualifierType(
    java.lang.String value
  ){
    this.qualifierType = value;
  }

// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------

  /**
   * Attribute qualifierName.
   */
  java.lang.String qualifierName;

  public java.lang.String getQualifierName(
  ){
    return this.qualifierName;
  }

  public void setQualifierName(
    java.lang.String value
  ){
    this.qualifierName = value;
  }


  /**
   * Constructor
   */
  public AssociationEnd$Slice(
  ){
    // Implements Serializable
  }

  /**
   * Constructor
   */
  protected AssociationEnd$Slice(
    AssociationEnd object,
    int index
  ){
    super(object, index);
  }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy