Exemple #1
0
 /**
  * Returns the value of '<em><b>title</b></em>' feature.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @return the value of '<em><b>title</b></em>' feature
  * @generated
  */
 public String getTitle() {
   return DocumentRootMixedFeatureGroup.getSingleFeatureMapValue(
       getMixed(), DocumentRootMixedFeatureGroup.Feature.TITLE);
 }
Exemple #2
0
 /**
  * Returns the value of '<em><b>speech</b></em>' feature.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @return the value of '<em><b>speech</b></em>' feature
  * @generated
  */
 public SpeechType getSpeech() {
   return DocumentRootMixedFeatureGroup.getSingleFeatureMapValue(
       getMixed(), DocumentRootMixedFeatureGroup.Feature.SPEECH);
 }
Exemple #3
0
 /**
  * Returns the value of '<em><b>stageDirections</b></em>' feature.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @return the value of '<em><b>stageDirections</b></em>' feature
  * @generated
  */
 public String getStageDirections() {
   return DocumentRootMixedFeatureGroup.getSingleFeatureMapValue(
       getMixed(), DocumentRootMixedFeatureGroup.Feature.STAGEDIRECTIONS);
 }
Exemple #4
0
 /**
  * Returns the value of '<em><b>sceneDescription</b></em>' feature.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @return the value of '<em><b>sceneDescription</b></em>' feature
  * @generated
  */
 public String getSceneDescription() {
   return DocumentRootMixedFeatureGroup.getSingleFeatureMapValue(
       getMixed(), DocumentRootMixedFeatureGroup.Feature.SCENEDESCRIPTION);
 }
Exemple #5
0
 /**
  * Returns the value of '<em><b>speaker</b></em>' feature.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @return the value of '<em><b>speaker</b></em>' feature
  * @generated
  */
 public String getSpeaker() {
   return DocumentRootMixedFeatureGroup.getSingleFeatureMapValue(
       getMixed(), DocumentRootMixedFeatureGroup.Feature.SPEAKER);
 }
Exemple #6
0
 /**
  * Returns the value of '<em><b>play</b></em>' feature.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @return the value of '<em><b>play</b></em>' feature
  * @generated
  */
 public PlayType getPlay() {
   return DocumentRootMixedFeatureGroup.getSingleFeatureMapValue(
       getMixed(), DocumentRootMixedFeatureGroup.Feature.PLAY);
 }
Exemple #7
0
 /**
  * Returns the value of '<em><b>scene</b></em>' feature.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @return the value of '<em><b>scene</b></em>' feature
  * @generated
  */
 public SceneType getScene() {
   return DocumentRootMixedFeatureGroup.getSingleFeatureMapValue(
       getMixed(), DocumentRootMixedFeatureGroup.Feature.SCENE);
 }
Exemple #8
0
 /**
  * Returns the value of '<em><b>personaGroup</b></em>' feature.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @return the value of '<em><b>personaGroup</b></em>' feature
  * @generated
  */
 public PersonaGroupType getPersonaGroup() {
   return DocumentRootMixedFeatureGroup.getSingleFeatureMapValue(
       getMixed(), DocumentRootMixedFeatureGroup.Feature.PERSONAGROUP);
 }
Exemple #9
0
 /**
  * Returns the value of '<em><b>persona</b></em>' feature.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @return the value of '<em><b>persona</b></em>' feature
  * @generated
  */
 public String getPersona() {
   return DocumentRootMixedFeatureGroup.getSingleFeatureMapValue(
       getMixed(), DocumentRootMixedFeatureGroup.Feature.PERSONA);
 }
Exemple #10
0
 /**
  * Returns the value of '<em><b>line</b></em>' feature.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @return the value of '<em><b>line</b></em>' feature
  * @generated
  */
 public String getLine() {
   return DocumentRootMixedFeatureGroup.getSingleFeatureMapValue(
       getMixed(), DocumentRootMixedFeatureGroup.Feature.LINE);
 }
Exemple #11
0
 /**
  * Returns the value of '<em><b>fm</b></em>' feature.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @return the value of '<em><b>fm</b></em>' feature
  * @generated
  */
 public FmType getFm() {
   return DocumentRootMixedFeatureGroup.getSingleFeatureMapValue(
       getMixed(), DocumentRootMixedFeatureGroup.Feature.FM);
 }
Exemple #12
0
 /**
  * Returns the value of '<em><b>act</b></em>' feature.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @return the value of '<em><b>act</b></em>' feature
  * @generated
  */
 public ActType getAct() {
   return DocumentRootMixedFeatureGroup.getSingleFeatureMapValue(
       getMixed(), DocumentRootMixedFeatureGroup.Feature.ACT);
 }