public class Property extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected DataSourceType |
dataSourceType |
protected FieldType |
fieldType |
protected String |
name |
protected String |
scope |
protected String |
value |
Constructor and Description |
---|
Property() |
Modifier and Type | Method and Description |
---|---|
DataSourceType |
getDataSourceType()
Gets the value of the dataSourceType property.
|
FieldType |
getFieldType()
Gets the value of the fieldType property.
|
String |
getName()
Gets the value of the name property.
|
String |
getScope()
Gets the value of the scope property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setDataSourceType(DataSourceType value)
Sets the value of the dataSourceType property.
|
void |
setFieldType(FieldType value)
Sets the value of the fieldType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setScope(String scope)
Sets the value of the scope property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String name
protected String value
protected FieldType fieldType
protected String scope
protected DataSourceType dataSourceType
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public FieldType getFieldType()
FieldType
public void setFieldType(FieldType value)
value
- allowed object is
FieldType
public String getScope()
String
public void setScope(String scope)
scope
- allowed object is
String
public DataSourceType getDataSourceType()
String
public void setDataSourceType(DataSourceType value)
value
- allowed object is
String
Copyright © 2017–2021 Red Hat, Inc.. All rights reserved.