Component Enabler User Interface

Property

Function

Application Name

Specifies the name of the Component Enabler User Interface application.

The following naming conventions apply:

  • Component Enabler reserved words cannot be used.

  • The first character must be an alphabet or an underscore. Subsequent characters can be alphanumeric or underscore.

  • Maximum length is 30 characters.

By default, this property is empty.

This property is specific to Segments only.

CE Output Directory

Specifies the location of the output directory to which the generated files are written. The default value, if no directory is specified, is the Temp directory in the TMP Environmental Variable.

This property is specific to Segments only.

CE Post Build Script

Specifies the location of an optional script or batch file to run on completion of the build.

This property is specific to Folders contained within a segment.

Generate Getters And Setters

Specifies whether Getters and Setters are used.

Getters and Setters are extra methods on the field objects and take the form get<fieldname> and set<fieldname>.

By default, this property is set to False.

This property is enabled when:

  • Deployable is set to True.

  • Deploy Component Enabler User Interface is set to True.

This property is specific to Folders contained within a segment.

Generate Views

Specifies whether presentation files (For example, Java, Visual Basic etc) are generated.

By default, this property is set to True. If set to False, only IspecModel files are created and compiled.

This property is enabled when:

  • Deployable is set to True.

  • Deploy Component Enabler User Interface is set to True.

This property is specific to Folders contained within a segment.

Ispec Models Source Language

Specifies the source language in which to generate the Component Enabler IspecModels, ComponentList, and PublicMethodList. The options are Java, C#, or both.

By default, this property is set to C# and Java.

This property is specific to Folders contained within a segment.

Package Prefix

Specifies the name and type of company in World Wide Web format. For example, com.unisys.

The following naming conventions apply:

  • Component Enabler reserved words cannot be used.

  • The first character must be alpha or underscore. Subsequent characters can be alphanumeric, period, or underscore.

  • Maximum length is 60 characters.

By default, this property is empty.

This property is specific to Segments only.

User Defined Public Segment Method Generator Java Class

Specifies the Java Class name of the generator that is used to generate interface classes for the public methods of a segment.

If a name is not specified, the default generator is used to generate interface classes.

The following naming conventions apply:

  • Component Enabler reserved words cannot be used.

  • The first character must be alpha or an underscore. Subsequent characters can be alphanumeric, period, or underscore.

  • Maximum length is 120 characters.

By default, this property is empty.

This property is enabled when:

  • Deployable is set to True.

  • Deploy Component Enabler User Interface is set to True.

This property is specific to Folders contained within a segment.

User Defined View Generator

Specifies the .NET based view generator dynamic linked library that is used to generate other presentation files.

If a name is not specified, a default Presentation Client generator is used, and IspecView.Java files are created and compiled.

If a name is specified, other presentation files are created and IspecView files and classes are not created and compiled.

The following naming conventions apply:

  • Component Enabler reserved words cannot be used.

  • The first character must be alpha or underscore. Subsequent characters can be alphanumeric, period, or underscore.

  • Maximum length is 120 characters.

By default, this property is empty.

This property is enabled when:

  • Deployable is set to True.

  • Deploy Component Enabler User Interface is set to True.

  • Generate Views is set to True.

This property is specific to Folders contained within a segment.