Interface ICoreConstants


  • public interface ICoreConstants
    DT IDE Core constants.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Field Detail

      • V8_CONFIGURATION_NATURE

        static final String V8_CONFIGURATION_NATURE
        Identifier of DT V8 configuration project nature.

        Value is com._1c.g5.v8.dt.core.V8ConfigurationNature.

        See Also:
        Constant Field Values
      • V8_EXTERNAL_OBJECTS_NATURE

        static final String V8_EXTERNAL_OBJECTS_NATURE
        Identifier of DT V8 external objects project nature.

        Value is com._1c.g5.v8.dt.core.V8ExternalObjectsNature.

        See Also:
        Constant Field Values
      • V8_EXTENSION_NATURE

        static final String V8_EXTENSION_NATURE
        Identifier of DT V8 extension project nature.

        Value is com._1c.g5.v8.dt.core.V8ExtensionNature.

        See Also:
        Constant Field Values
      • XTEXT_NATURE

        static final String XTEXT_NATURE
        Identifier of Xtext nature.

        Value is org.eclipse.xtext.ui.shared.xtextNature.

        See Also:
        Constant Field Values
      • CONFIGURATION_NAME

        static final String CONFIGURATION_NAME
        Configuration model object name. Can be used by clients for convenience.

        Value is Configuration.

        See Also:
        Constant Field Values
      • RESOURCE_EXTENSION

        static final String RESOURCE_EXTENSION
        Object resource extension (with dot). Can be used by clients for convenience.

        Value is .mdo.

        See Also:
        Constant Field Values
      • CONFIGURATION_RESOURCE_NAME

        static final String CONFIGURATION_RESOURCE_NAME
        Configuration resource name. Can be used by clients for convenience.

        Value is Configuration.mdo.

        See Also:
        Constant Field Values
      • RESTRICTED_MODE

        static final boolean RESTRICTED_MODE
        The flag indicating that the workspace is running in the restricted mode. In the restricted mode users may not change certain settings like project location, line separators, etc.