Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.ValueStringCT
-
Packages that use ValueStringCT Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of ValueStringCT in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd declared as ValueStringCT Modifier and Type Field Description protected ValueStringCT
SymbolCT2. stringValue
protected ValueStringCT
ValueArrayCT.Item. stringValue
protected ValueStringCT
ValueStructCT.Member. stringValue
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return ValueStringCT Modifier and Type Method Description ValueStringCT
ObjectFactory. createValueStringCT()
Create an instance ofValueStringCT
ValueStringCT
SymbolCT2. getStringValue()
Gets the value of the stringValue property.ValueStringCT
ValueArrayCT.Item. getStringValue()
Gets the value of the stringValue property.ValueStringCT
ValueStructCT.Member. getStringValue()
Gets the value of the stringValue property.Methods in fi.tut.mei.resdescapi.rdapi.model.rd with parameters of type ValueStringCT Modifier and Type Method Description void
SymbolCT2. setStringValue(ValueStringCT value)
Sets the value of the stringValue property.void
ValueArrayCT.Item. setStringValue(ValueStringCT value)
Sets the value of the stringValue property.void
ValueStructCT.Member. setStringValue(ValueStringCT value)
Sets the value of the stringValue property.
-