TItemDefinition.java :  » Library » bonita » org » omg » schema » spec » bpmn » BPMN » Java Open Source

Java Open Source » Library » bonita 
bonita » org » omg » schema » spec » bpmn » BPMN » TItemDefinition.java
/**
 * <copyright>
 * </copyright>
 *
 * $Id$
 */
package org.omg.schema.spec.bpmn.BPMN;

import javax.xml.namespace.QName;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>TItem Definition</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * <ul>
 *   <li>{@link org.omg.schema.spec.bpmn.BPMN.TItemDefinition#isIsCollection <em>Is Collection</em>}</li>
 *   <li>{@link org.omg.schema.spec.bpmn.BPMN.TItemDefinition#getItemKind <em>Item Kind</em>}</li>
 *   <li>{@link org.omg.schema.spec.bpmn.BPMN.TItemDefinition#getStructureRef <em>Structure Ref</em>}</li>
 * </ul>
 * </p>
 *
 * @see org.omg.schema.spec.bpmn.BPMN.BPMNPackage#getTItemDefinition()
 * @model extendedMetaData="name='tItemDefinition' kind='elementOnly'"
 * @generated
 */
public interface TItemDefinition extends TRootElement {
  /**
   * Returns the value of the '<em><b>Is Collection</b></em>' attribute.
   * The default value is <code>"false"</code>.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Is Collection</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Is Collection</em>' attribute.
   * @see #isSetIsCollection()
   * @see #unsetIsCollection()
   * @see #setIsCollection(boolean)
   * @see org.omg.schema.spec.bpmn.BPMN.BPMNPackage#getTItemDefinition_IsCollection()
   * @model default="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean"
   *        extendedMetaData="kind='attribute' name='isCollection'"
   * @generated
   */
  boolean isIsCollection();

  /**
   * Sets the value of the '{@link org.omg.schema.spec.bpmn.BPMN.TItemDefinition#isIsCollection <em>Is Collection</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Is Collection</em>' attribute.
   * @see #isSetIsCollection()
   * @see #unsetIsCollection()
   * @see #isIsCollection()
   * @generated
   */
  void setIsCollection(boolean value);

  /**
   * Unsets the value of the '{@link org.omg.schema.spec.bpmn.BPMN.TItemDefinition#isIsCollection <em>Is Collection</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @see #isSetIsCollection()
   * @see #isIsCollection()
   * @see #setIsCollection(boolean)
   * @generated
   */
  void unsetIsCollection();

  /**
   * Returns whether the value of the '{@link org.omg.schema.spec.bpmn.BPMN.TItemDefinition#isIsCollection <em>Is Collection</em>}' attribute is set.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @return whether the value of the '<em>Is Collection</em>' attribute is set.
   * @see #unsetIsCollection()
   * @see #isIsCollection()
   * @see #setIsCollection(boolean)
   * @generated
   */
  boolean isSetIsCollection();

  /**
   * Returns the value of the '<em><b>Item Kind</b></em>' attribute.
   * The default value is <code>"Information"</code>.
   * The literals are from the enumeration {@link org.omg.schema.spec.bpmn.BPMN.TItemKind}.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Item Kind</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Item Kind</em>' attribute.
   * @see org.omg.schema.spec.bpmn.BPMN.TItemKind
   * @see #isSetItemKind()
   * @see #unsetItemKind()
   * @see #setItemKind(TItemKind)
   * @see org.omg.schema.spec.bpmn.BPMN.BPMNPackage#getTItemDefinition_ItemKind()
   * @model default="Information" unsettable="true"
   *        extendedMetaData="kind='attribute' name='itemKind'"
   * @generated
   */
  TItemKind getItemKind();

  /**
   * Sets the value of the '{@link org.omg.schema.spec.bpmn.BPMN.TItemDefinition#getItemKind <em>Item Kind</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Item Kind</em>' attribute.
   * @see org.omg.schema.spec.bpmn.BPMN.TItemKind
   * @see #isSetItemKind()
   * @see #unsetItemKind()
   * @see #getItemKind()
   * @generated
   */
  void setItemKind(TItemKind value);

  /**
   * Unsets the value of the '{@link org.omg.schema.spec.bpmn.BPMN.TItemDefinition#getItemKind <em>Item Kind</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @see #isSetItemKind()
   * @see #getItemKind()
   * @see #setItemKind(TItemKind)
   * @generated
   */
  void unsetItemKind();

  /**
   * Returns whether the value of the '{@link org.omg.schema.spec.bpmn.BPMN.TItemDefinition#getItemKind <em>Item Kind</em>}' attribute is set.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @return whether the value of the '<em>Item Kind</em>' attribute is set.
   * @see #unsetItemKind()
   * @see #getItemKind()
   * @see #setItemKind(TItemKind)
   * @generated
   */
  boolean isSetItemKind();

  /**
   * Returns the value of the '<em><b>Structure Ref</b></em>' attribute.
   * <!-- begin-user-doc -->
   * <p>
   * If the meaning of the '<em>Structure Ref</em>' attribute isn't clear,
   * there really should be more of a description here...
   * </p>
   * <!-- end-user-doc -->
   * @return the value of the '<em>Structure Ref</em>' attribute.
   * @see #setStructureRef(QName)
   * @see org.omg.schema.spec.bpmn.BPMN.BPMNPackage#getTItemDefinition_StructureRef()
   * @model dataType="org.eclipse.emf.ecore.xml.type.QName"
   *        extendedMetaData="kind='attribute' name='structureRef'"
   * @generated
   */
  QName getStructureRef();

  /**
   * Sets the value of the '{@link org.omg.schema.spec.bpmn.BPMN.TItemDefinition#getStructureRef <em>Structure Ref</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Structure Ref</em>' attribute.
   * @see #getStructureRef()
   * @generated
   */
  void setStructureRef(QName value);

} // TItemDefinition
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.