Class QMLContractTypeAdapterFactory

    • Field Detail

      • modelPackage

        protected static QMLContractTypePackage modelPackage
        The cached model package.
        Generated class or method.
      • modelSwitch

        protected QMLContractTypeSwitch<Adapter> modelSwitch
        The switch that delegates to the createXXX methods.
        Generated class or method.
    • Constructor Detail

      • QMLContractTypeAdapterFactory

        public QMLContractTypeAdapterFactory()
        Creates an instance of the adapter factory.
        Generated class or method.
    • Method Detail

      • isFactoryForType

        public boolean isFactoryForType​(Object object)
        Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.
        Specified by:
        isFactoryForType in interface AdapterFactory
        Overrides:
        isFactoryForType in class AdapterFactoryImpl
        Returns:
        whether this factory is applicable for the type of the object.
        Generated class or method.
      • createAdapter

        public Adapter createAdapter​(Notifier target)
        Creates an adapter for the target.
        Overrides:
        createAdapter in class AdapterFactoryImpl
        Parameters:
        target - the object to adapt.
        Returns:
        the adapter for the target.
        Generated class or method.
      • createDimensionTypeSetAdapter

        public Adapter createDimensionTypeSetAdapter()
        Creates a new adapter for an object of class 'Dimension Type Set'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        DimensionTypeSet
        Generated class or method.
      • createDimensionTypeAdapter

        public Adapter createDimensionTypeAdapter()
        Creates a new adapter for an object of class 'Dimension Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        DimensionType
        Generated class or method.
      • createRelationSemanticsAdapter

        public Adapter createRelationSemanticsAdapter()
        Creates a new adapter for an object of class 'Relation Semantics'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RelationSemantics
        Generated class or method.
      • createElementAdapter

        public Adapter createElementAdapter()
        Creates a new adapter for an object of class 'Element'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Element
        Generated class or method.
      • createOrderAdapter

        public Adapter createOrderAdapter()
        Creates a new adapter for an object of class ' Order'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Order
        Generated class or method.
      • createDimensionTypeEnumAdapter

        public Adapter createDimensionTypeEnumAdapter()
        Creates a new adapter for an object of class 'Dimension Type Enum'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        DimensionTypeEnum
        Generated class or method.
      • createUnitAdapter

        public Adapter createUnitAdapter()
        Creates a new adapter for an object of class ' Unit'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Unit
        Generated class or method.
      • createDimensionTypeNumericAdapter

        public Adapter createDimensionTypeNumericAdapter()
        Creates a new adapter for an object of class 'Dimension Type Numeric'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        DimensionTypeNumeric
        Generated class or method.
      • createNumericRangeAdapter

        public Adapter createNumericRangeAdapter()
        Creates a new adapter for an object of class 'Numeric Range'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        NumericRange
        Generated class or method.
      • createQMLContractTypeAdapter

        public Adapter createQMLContractTypeAdapter()
        Creates a new adapter for an object of class 'QML Contract Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        QMLContractType
        Generated class or method.
      • createUnitRepositoryAdapter

        public Adapter createUnitRepositoryAdapter()
        Creates a new adapter for an object of class 'Unit Repository'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        UnitRepository
        Generated class or method.
      • createDimensionTypeRepositoryAdapter

        public Adapter createDimensionTypeRepositoryAdapter()
        Creates a new adapter for an object of class 'Dimension Type Repository'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        DimensionTypeRepository
        Generated class or method.
      • createDimensionAdapter

        public Adapter createDimensionAdapter()
        Creates a new adapter for an object of class 'Dimension'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Dimension
        Generated class or method.
      • createDimensionTypeScaleAdapter

        public Adapter createDimensionTypeScaleAdapter()
        Creates a new adapter for an object of class 'Dimension Type Scale'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        DimensionTypeScale
        Generated class or method.
      • createScaleElementAdapter

        public Adapter createScaleElementAdapter()
        Creates a new adapter for an object of class 'Scale Element'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ScaleElement
        Generated class or method.
      • createIdentifierAdapter

        public Adapter createIdentifierAdapter()
        Creates a new adapter for an object of class 'Identifier'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Identifier
        Generated class or method.
      • createNamedElementAdapter

        public Adapter createNamedElementAdapter()
        Creates a new adapter for an object of class ' Named Element'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        NamedElement
        Generated class or method.
      • createEntityAdapter

        public Adapter createEntityAdapter()
        Creates a new adapter for an object of class 'Entity'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Entity
        Generated class or method.
      • createQMLDeclarationAdapter

        public Adapter createQMLDeclarationAdapter()
        Creates a new adapter for an object of class 'QML Declaration'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        QMLDeclaration
        Generated class or method.
      • createEObjectAdapter

        public Adapter createEObjectAdapter()
        Creates a new adapter for the default case. This default implementation returns null.
        Returns:
        the new adapter.
        Generated class or method.