public class Property extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected FieldType |
fieldType |
protected String |
name |
protected String |
value |
Constructor and Description |
---|
Property() |
Modifier and Type | Method and Description |
---|---|
FieldType |
getFieldType()
Gets the value of the fieldType property.
|
String |
getName()
Gets the value of the name property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setFieldType(FieldType value)
Sets the value of the fieldType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String name
protected String value
protected FieldType fieldType
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
Copyright © 2020 JBoss by Red Hat. All rights reserved.