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

org.opencrx.kernel.admin1.jpa3.Segment$Slice Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
package org.opencrx.kernel.admin1.jpa3;

/**
 * Segment$Slice object hold the Segment's multivalued attributes
 */
@SuppressWarnings("serial")
public class Segment$Slice extends org.opencrx.kernel.jpa3.Segment$Slice {


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

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

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy