Library | Package Java Toolkit

Interface SelectionEnvironmentOption

package com.ptc.wfc.wfcSelect;

public interface SelectionEnvironmentOption
  extends jxobject



Description

Interface for interactive selection environment



Method Summary
SelectionEnvAttributeGetAttribute ()
    Get method for attribute "Attribute"
     Attribute represented by SelectionEnvAttribute
intGetAttributeValue ()
    Get method for attribute "AttributeValue"
    Value of Attribute. Pass 0 or 1
voidSetAttribute (SelectionEnvAttribute value)
    Set method for attribute "Attribute"
     Attribute represented by SelectionEnvAttribute
voidSetAttributeValue (int value)
    Set method for attribute "AttributeValue"
    Value of Attribute. Pass 0 or 1

Method Detail

GetAttribute/SetAttribute

SelectionEnvAttributeGetAttribute ()
voidSetAttribute (SelectionEnvAttribute value)


     Attribute represented by SelectionEnvAttribute
Manual References:
Selection: Interactive Selection, Selection: Interactive Selection, Selection: Interactive Selection, Selection: Interactive Selection



GetAttributeValue/SetAttributeValue

intGetAttributeValue ()
voidSetAttributeValue (int value)


    Value of Attribute. Pass 0 or 1
Manual References:
Selection: Interactive Selection, Selection: Interactive Selection, Selection: Interactive Selection