Back Forward Java Property mode

Advanced featureOne of eleven property modes, a property of mode Java Property holds a single property value of a known Java class and has a data type similar to Single Value mode properties. These properties support the PRPC Java pages feature.

Purpose

R-10451 Java pages and Java Property properties implement in PRPC the data model of a Java class. A Java page is an instance of a PRPC class that inherits from the Embed-Java- class and is stored on the clipboard as a page. These pages represent the Java class of an external Java object. Java Property properties represent the properties in that Java class. You can create properties of this mode for PRPC classes that inherit from the Embed-Java- class only.

Typically you use the Connector and Metadata Accelerator to import the Java class that has the data model you want to implement. The accelerator generates the appropriate classes and properties.

For more information about Java pages, see Working with the Java Pages Feature, a document on the Integration area of the PDN.

Prerequisites

The Java CLASS files or JAR files for such objects must be included in the compiler classpaths. See the PDN article About the Process Commander class paths.

The PRPC class of the property must be derived from the Embed-Java- class.

Definitions JavaDocs, property mode, PublicAPI, Type
Related topics Property form — Completing the General tab — Java modes

UpDefinitions