Modifier and Type | Method and Description |
---|---|
Boolean |
getDependentKey()
Accessor for whether the key is dependent.
|
Boolean |
getDependentValue()
Accessor for whether the value is dependent.
|
Boolean |
getEmbeddedKey()
Accessor for whether the key is embedded.
|
Boolean |
getEmbeddedValue()
Accessor for whether the value is embedded.
|
String |
getKeyType()
Accessor for the key type.
|
Boolean |
getSerializedKey()
Accessor for whether the key is serialised.
|
Boolean |
getSerializedValue()
Accessor for whether the value is serialised.
|
String |
getValueType()
Accessor for the value type.
|
MapMetadata |
setDependentKey(boolean val)
Method to set whether the key is dependent.
|
MapMetadata |
setDependentValue(boolean val)
Method to set whether the value is dependent.
|
MapMetadata |
setEmbeddedKey(boolean val)
Method to set whether the key is embedded.
|
MapMetadata |
setEmbeddedValue(boolean val)
Method to set whether the value is embedded.
|
MapMetadata |
setKeyType(String type)
Method to set the name of the key type.
|
MapMetadata |
setSerializedKey(boolean val)
Method to set whether the key is serialised.
|
MapMetadata |
setSerializedValue(boolean val)
Method to set whether the value is serialised.
|
MapMetadata |
setValueType(String type)
Method to set the name of the value type.
|
getExtensions, getNumberOfExtensions, getParent, newExtensionMetadata
MapMetadata setKeyType(String type)
type
- Name of the key typeString getKeyType()
MapMetadata setEmbeddedKey(boolean val)
val
- Whether it is embeddedBoolean getEmbeddedKey()
MapMetadata setSerializedKey(boolean val)
val
- Whether it is serialisedBoolean getSerializedKey()
MapMetadata setDependentKey(boolean val)
val
- Whether it is dependentBoolean getDependentKey()
MapMetadata setValueType(String type)
type
- Name of the value typeString getValueType()
MapMetadata setEmbeddedValue(boolean val)
val
- Whether it is embeddedBoolean getEmbeddedValue()
MapMetadata setSerializedValue(boolean val)
val
- Whether it is serialisedBoolean getSerializedValue()
MapMetadata setDependentValue(boolean val)
val
- Whether it is dependentBoolean getDependentValue()
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.