public class MetaField extends KeyField
Java class for MetaField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetaField">
<complexContent>
<extension base="{http://www.cloudgraph.org/config}KeyField">
<attribute name="name" use="required" type="{http://www.cloudgraph.org/config}MetaFieldName" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MetaFieldName |
name |
codecType, customCodecClass| Constructor and Description |
|---|
MetaField() |
| Modifier and Type | Method and Description |
|---|---|
MetaFieldName |
getName()
Gets the value of the name property.
|
void |
setName(MetaFieldName value)
Sets the value of the name property.
|
getCodecType, getCustomCodecClass, setCodecType, setCustomCodecClassprotected MetaFieldName name
public MetaFieldName getName()
MetaFieldNamepublic void setName(MetaFieldName value)
value - allowed object is
MetaFieldNameCopyright © 2024. All Rights Reserved.