org.eclipse.emf.ecore.util.EDataTypeEList Java Examples

The following examples show how to use org.eclipse.emf.ecore.util.EDataTypeEList. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: AlternativeMultiplicitiesImpl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getVal6()
{
  if (val6 == null)
  {
    val6 = new EDataTypeEList<String>(String.class, this, SequencertestPackage.ALTERNATIVE_MULTIPLICITIES__VAL6);
  }
  return val6;
}
 
Example #2
Source File: SimpleMultiplicitiesImpl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getVal3()
{
  if (val3 == null)
  {
    val3 = new EDataTypeEList<String>(String.class, this, CsvalidationtestPackage.SIMPLE_MULTIPLICITIES__VAL3);
  }
  return val3;
}
 
Example #3
Source File: UnorderedSerializationImpl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getFirstAsList()
{
  if (firstAsList == null)
  {
    firstAsList = new EDataTypeEList<String>(String.class, this, UnorderedGroupsTestLanguagePackage.UNORDERED_SERIALIZATION__FIRST_AS_LIST);
  }
  return firstAsList;
}
 
Example #4
Source File: List2Impl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getVal1()
{
  if (val1 == null)
  {
    val1 = new EDataTypeEList<String>(String.class, this, CsvalidationtestPackage.LIST2__VAL1);
  }
  return val1;
}
 
Example #5
Source File: Complex1Impl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getVal6()
{
  if (val6 == null)
  {
    val6 = new EDataTypeEList<String>(String.class, this, SequencertestPackage.COMPLEX1__VAL6);
  }
  return val6;
}
 
Example #6
Source File: ModelImpl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getSecondAsList()
{
  if (secondAsList == null)
  {
    secondAsList = new EDataTypeEList<String>(String.class, this, UnorderedGroupsTestLanguagePackage.MODEL__SECOND_AS_LIST);
  }
  return secondAsList;
}
 
Example #7
Source File: Combination2Impl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getVal3()
{
  if (val3 == null)
  {
    val3 = new EDataTypeEList<String>(String.class, this, CsvalidationtestPackage.COMBINATION2__VAL3);
  }
  return val3;
}
 
Example #8
Source File: List1Impl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getVal1()
{
  if (val1 == null)
  {
    val1 = new EDataTypeEList<String>(String.class, this, CsvalidationtestPackage.LIST1__VAL1);
  }
  return val1;
}
 
Example #9
Source File: LongAlternativeImpl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getVal2()
{
  if (val2 == null)
  {
    val2 = new EDataTypeEList<String>(String.class, this, SyntacticsequencertestPackage.LONG_ALTERNATIVE__VAL2);
  }
  return val2;
}
 
Example #10
Source File: AlternativeMultiplicitiesImpl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getVal6()
{
  if (val6 == null)
  {
    val6 = new EDataTypeEList<String>(String.class, this, CsvalidationtestPackage.ALTERNATIVE_MULTIPLICITIES__VAL6);
  }
  return val6;
}
 
Example #11
Source File: AlternativeMultiplicitiesImpl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getVal5()
{
  if (val5 == null)
  {
    val5 = new EDataTypeEList<String>(String.class, this, SequencertestPackage.ALTERNATIVE_MULTIPLICITIES__VAL5);
  }
  return val5;
}
 
Example #12
Source File: WithExpressionImpl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getReferencedAdvice()
{
  if (referencedAdvice == null)
  {
    referencedAdvice = new EDataTypeEList<String>(String.class, this, BeeLangTestLanguagePackage.WITH_EXPRESSION__REFERENCED_ADVICE);
  }
  return referencedAdvice;
}
 
Example #13
Source File: ParamImpl.java    From dsl-devkit with Eclipse Public License 1.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<String> getName()
{
  if (name == null)
  {
    name = new EDataTypeEList<String>(String.class, this, FormatterTestLanguagePackage.PARAM__NAME);
  }
  return name;
}
 
Example #14
Source File: TypeImpl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getArrayDiemensions()
{
  if (arrayDiemensions == null)
  {
    arrayDiemensions = new EDataTypeEList<String>(String.class, this, TestLanguagePackage.TYPE__ARRAY_DIEMENSIONS);
  }
  return arrayDiemensions;
}
 
Example #15
Source File: ExtensionImportImpl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getPath()
{
  if (path == null)
  {
    path = new EDataTypeEList<String>(String.class, this, EpatchTestLanguagePackage.EXTENSION_IMPORT__PATH);
  }
  return path;
}
 
Example #16
Source File: MultiKeywordsImpl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getVal()
{
  if (val == null)
  {
    val = new EDataTypeEList<String>(String.class, this, SequencertestPackage.MULTI_KEYWORDS__VAL);
  }
  return val;
}
 
Example #17
Source File: ModelImpl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getKeys()
{
  if (keys == null)
  {
    keys = new EDataTypeEList<String>(String.class, this, Bug299395Package.MODEL__KEYS);
  }
  return keys;
}
 
Example #18
Source File: TrickyFImpl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<Integer> getType()
{
  if (type == null)
  {
    type = new EDataTypeEList<Integer>(Integer.class, this, ComplexrewritetestPackage.TRICKY_F__TYPE);
  }
  return type;
}
 
Example #19
Source File: UnorderedAlternativeImpl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getVal1()
{
  if (val1 == null)
  {
    val1 = new EDataTypeEList<String>(String.class, this, SequencertestPackage.UNORDERED_ALTERNATIVE__VAL1);
  }
  return val1;
}
 
Example #20
Source File: UnorderedSerializationImpl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getSecondAsList()
{
  if (secondAsList == null)
  {
    secondAsList = new EDataTypeEList<String>(String.class, this, UnorderedGroupsTestLanguagePackage.UNORDERED_SERIALIZATION__SECOND_AS_LIST);
  }
  return secondAsList;
}
 
Example #21
Source File: VariableImpl.java    From xtext-eclipse with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getParameters()
{
  if (parameters == null)
  {
    parameters = new EDataTypeEList<String>(String.class, this, TemplatesPackage.VARIABLE__PARAMETERS);
  }
  return parameters;
}
 
Example #22
Source File: Complex1Impl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getVal3()
{
  if (val3 == null)
  {
    val3 = new EDataTypeEList<String>(String.class, this, SequencertestPackage.COMPLEX1__VAL3);
  }
  return val3;
}
 
Example #23
Source File: ModelImpl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getYcs()
{
  if (ycs == null)
  {
    ycs = new EDataTypeEList<String>(String.class, this, BacktrackingTestLanguagePackage.MODEL__YCS);
  }
  return ycs;
}
 
Example #24
Source File: LoopedModelImpl.java    From xtext-eclipse with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getAbstract()
{
  if (abstract_ == null)
  {
    abstract_ = new EDataTypeEList<String>(String.class, this, UnorderedGroupsTestPackage.LOOPED_MODEL__ABSTRACT);
  }
  return abstract_;
}
 
Example #25
Source File: LoopedModelImpl.java    From xtext-eclipse with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getSynchronized()
{
  if (synchronized_ == null)
  {
    synchronized_ = new EDataTypeEList<String>(String.class, this, UnorderedGroupsTestPackage.LOOPED_MODEL__SYNCHRONIZED);
  }
  return synchronized_;
}
 
Example #26
Source File: LoopedModelImpl.java    From xtext-eclipse with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getStatic()
{
  if (static_ == null)
  {
    static_ = new EDataTypeEList<String>(String.class, this, UnorderedGroupsTestPackage.LOOPED_MODEL__STATIC);
  }
  return static_;
}
 
Example #27
Source File: LoopedModelImpl.java    From xtext-eclipse with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getVisibility()
{
  if (visibility == null)
  {
    visibility = new EDataTypeEList<String>(String.class, this, UnorderedGroupsTestPackage.LOOPED_MODEL__VISIBILITY);
  }
  return visibility;
}
 
Example #28
Source File: ModelImpl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getValues()
{
  if (values == null)
  {
    values = new EDataTypeEList<String>(String.class, this, Bug296889ExTestPackage.MODEL__VALUES);
  }
  return values;
}
 
Example #29
Source File: LoopedAlternativeModelImpl.java    From xtext-eclipse with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getAbstract()
{
  if (abstract_ == null)
  {
    abstract_ = new EDataTypeEList<String>(String.class, this, UnorderedGroupsTestPackage.LOOPED_ALTERNATIVE_MODEL__ABSTRACT);
  }
  return abstract_;
}
 
Example #30
Source File: LongAlternativeImpl.java    From xtext-core with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public EList<String> getVal8()
{
  if (val8 == null)
  {
    val8 = new EDataTypeEList<String>(String.class, this, SyntacticsequencertestPackage.LONG_ALTERNATIVE__VAL8);
  }
  return val8;
}