Skip to content

ZosNameType

The ZosNameType object represents a name/type pair that is used to specify component names and types for functions such as promote or demote.

ZosNameType Constructor

The following constructor can be used to initialize a new ZosNameType object:

ZosDataNameType

ZosDataNameType(  
    String name,  
    String type  
    )

Component name Component type

ZosNameType Properties

ZosNameType exposes the following properties:

Property Type R/W Description
Name String R Component name.
Type String R Component type.

...

Back to top