public class Constant extends Object implements Serializable
Java class for Constant complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Constant"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="fieldType" type="{http://atlasmap.io/v2}FieldType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected FieldType |
fieldType |
protected String |
name |
protected String |
value |
Constructor and Description |
---|
Constant() |
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 © 2019 JBoss by Red Hat. All rights reserved.