Package com.dassault_systemes.catweb.databackend.dataType

   
Class KeywordValue

 
Class Hierarchy
java.lang.Object
  |
  +-com.dassault_systemes.catweb.databackend.dataType.KeywordValue
Class Location

Framework : CATJDataAccessBasicModel

Module : PLAdatabackend

Class Description

public class KeywordValue

Class containing some information, this information is composed by a keyword and a value.
The keyword and the value are String objects.
The KeywordValue Object is used to get properties for the Driver with the setParameters method of the Driver2 interface.
The KeywordValue is also used to set dynamically additional properties to a PENode or a PELeaf with the method addDynamicProperty of the PELeaf Class.

See Also:
com.dassault_systemes.catweb.databackend.dataType.Driver2
com.dassault_systemes.catweb.databackend.dataType.PELeaf
Field Summary

Constructor Summary
KeywordValue(String iKeyword, String iValue)
Constructs a keyword and its associated value.

Method Summary
public String getKeyword()
Returns the String Object representing the keyword.
public String getValue()
Returns the String Object representing the value.
public void setKeyword(String iKeyword)
Sets a keyword.
public void setValue(String iValue)
Sets a value.


Field Detail

Constructor Detail

KeywordValue

    KeywordValue(String iKeyword, String iValue)

Constructs a keyword and its associated value.

Parameters:
iKeyword
The String Object representing the keyword.
iValue
The String Object representing the value.

Method Detail

getKeyword

    public String getKeyword()

Returns the String Object representing the keyword.


getValue

    public String getValue()

Returns the String Object representing the value.


setKeyword

    public void setKeyword(String iKeyword)

Sets a keyword.

Parameters:
iKeyword
The String Object representing the keyword.

setValue

    public void setValue(String iValue)

Sets a value.

Parameters:
iValue
The String Object representing the value.


Copyright © 2000, Dassault Systèmes. All rights reserved