Package com.dassault_systemes.catweb.databackend.dataType |
java.lang.Object
|
+-com.dassault_systemes.catweb.databackend.dataType.KeywordValue
Framework : CATJDataAccessBasicModel
Module : PLAdatabackend
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
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.
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