public class SaWsProperty extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SaWsProperty.ValueType
The Enum ValueType.
|
Constructor and Description |
---|
SaWsProperty()
Creates a new instance of SaWsProperty.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the property (in Properties called key).
|
SaWsProperty.ValueType |
getType()
Returns the Type which is used for Transformations of the property.
|
String |
getValue()
Returns the value of the property (in Properties called value).
|
void |
setName(String sName)
Sets the name of the property (in Properties called key).
|
void |
setType(SaWsProperty.ValueType newType)
Sets the type of Property, which is used for transformations.
|
void |
setValue(String val)
Sets the value of the property (in Properties called value).
|
public void setName(String sName)
sName
- Property namepublic String getName()
public String getValue()
public void setValue(String val)
val
- String valuepublic void setType(SaWsProperty.ValueType newType)
newType
- Data Type used for Transformationspublic SaWsProperty.ValueType getType()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.