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

org.omg.model1.cci2.PackageExternalizeParamsQuery Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:04:35 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.omg.model1.cci2;

/**
 */
public interface PackageExternalizeParamsQuery
  extends org.w3c.cci2.AnyTypePredicate
{

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint to the predicate for PackageExternalizeParams testing whether the feature format has values or not.
   */
  public org.w3c.cci2.MultivaluedFeaturePredicate format(
  );

  /**
   * Adds a condition for the feature format to the predicate for PackageExternalizeParams, which evaluates to false unless the values of the feature format satisfy the given condition.
   * 

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsFormat( ); /** * Adds a condition for the feature format to the predicate for PackageExternalizeParams, which evaluates to false unless the values of the feature format satisfy the given condition. *

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllFormat( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy