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

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

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

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

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

  public java.lang.String getAllSubtype(
  ){
    return this.allSubtype;
  }

  public void setAllSubtype(
    java.lang.String value
  ){
    this.allSubtype = value;
  }

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

  public java.lang.String getSupertype(
  ){
    return this.supertype;
  }

  public void setSupertype(
    java.lang.String value
  ){
    this.supertype = value;
  }

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

  public java.lang.String getContent(
  ){
    return this.content;
  }

  public void setContent(
    java.lang.String value
  ){
    this.content = value;
  }

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

  public java.lang.String getFeature(
  ){
    return this.feature;
  }

  public void setFeature(
    java.lang.String value
  ){
    this.feature = value;
  }

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

  public java.lang.String getSubtype(
  ){
    return this.subtype;
  }

  public void setSubtype(
    java.lang.String value
  ){
    this.subtype = value;
  }

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

  public java.lang.String getAllSupertype(
  ){
    return this.allSupertype;
  }

  public void setAllSupertype(
    java.lang.String value
  ){
    this.allSupertype = value;
  }


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

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

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy