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)

Method Summary
String getKeyword()
void setKeyword(String iKeyword)
String getValue()
void setValue(String iValue)


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

    String getKeyword()

Returns the String Object representing the keyword.


setKeyword

    void setKeyword(String iKeyword)

Sets a keyword.

Parameters:
iKeyword
The String Object representing the keyword.

getValue

    String getValue()

Returns the String Object representing the value.


setValue

    void setValue(String iValue)

Sets a value.

Parameters:
iValue
The String Object representing the value.


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