public class ConstantField extends KeyField
Java class for ConstantField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConstantField">
<complexContent>
<extension base="{http://www.cloudgraph.org/config}KeyField">
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
value |
codecType, customCodecClass| Constructor and Description |
|---|
ConstantField() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value of the value property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getCodecType, getCustomCodecClass, setCodecType, setCustomCodecClassprotected String value
Copyright © 2024. All Rights Reserved.