Modifier and Type | Method and Description |
---|---|
PropertyValue |
MetadataProperty.getValue()
Gets property value.
|
PropertyValue |
DocumentMetadata.readPropertyValue(String metadataKey) |
Modifier and Type | Method and Description |
---|---|
boolean |
PropertyValue.equals(PropertyValue other)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
PropertyValue.equals(PropertyValue other,
boolean ignoreCase)
Indicates whether the current object is equal to another object of the same type.
|
void |
MetadataProperty.setValue(PropertyValue value)
Sets property value.
|
void |
DocumentMetadata.setValueByKey(String metadataKey,
PropertyValue value) |
Copyright © 2018. All rights reserved.