Interface CharacteristicsFactory

    • Field Detail

      • eINSTANCE

        static final CharacteristicsFactory eINSTANCE
        The singleton instance of the factory.
        Generated class or method.
    • Method Detail

      • createCharacteristicTypeDictionary

        CharacteristicTypeDictionary createCharacteristicTypeDictionary()
        Returns a new object of class 'Characteristic Type Dictionary'.
        Returns:
        a new object of class 'Characteristic Type Dictionary'.
        Generated class or method.
      • createEnumCharacteristic

        EnumCharacteristic createEnumCharacteristic()
        Returns a new object of class 'Enum Characteristic'.
        Returns:
        a new object of class 'Enum Characteristic'.
        Generated class or method.
      • createDataTypeCharacteristicType

        DataTypeCharacteristicType createDataTypeCharacteristicType()
        Returns a new object of class 'Data Type Characteristic Type'.
        Returns:
        a new object of class 'Data Type Characteristic Type'.
        Generated class or method.
      • createDataTypeCharacteristic

        DataTypeCharacteristic createDataTypeCharacteristic()
        Returns a new object of class 'Data Type Characteristic'.
        Returns:
        a new object of class 'Data Type Characteristic'.
        Generated class or method.
      • createCharacteristics

        Characteristics createCharacteristics()
        Returns a new object of class 'Characteristics'.
        Returns:
        a new object of class 'Characteristics'.
        Generated class or method.
      • getCharacteristicsPackage

        CharacteristicsPackage getCharacteristicsPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.