ChunkBasedPropertyValue
, PropertyValue.LongLongPropertyValue
, PropertyValue.LongPropertyValue
, PropertyValue.ShortPropertyValue
, PropertyValue.TimePropertyValue
public class PropertyValue
extends java.lang.Object
MAPIProperty
inside a PropertiesChunk
.
Where the Types
type is a fixed length one, this will contain the
actual value.
Where the Types
type is a variable length one, this will contain
the length of the property, and the value will be in the associated Chunk
.Modifier and Type | Class | Description |
---|---|---|
static class |
PropertyValue.LongLongPropertyValue |
|
static class |
PropertyValue.LongPropertyValue |
|
static class |
PropertyValue.ShortPropertyValue |
|
static class |
PropertyValue.TimePropertyValue |
64-bit integer specifying the number of 100ns periods since Jan 1, 1601
|
Modifier and Type | Field | Description |
---|---|---|
protected byte[] |
data |
Constructor | Description |
---|---|
PropertyValue(MAPIProperty property,
long flags,
byte[] data) |
Modifier and Type | Method | Description |
---|---|---|
long |
getFlags() |
Get the raw value flags.
|
MAPIProperty |
getProperty() |
|
java.lang.Object |
getValue() |
|
void |
setRawValue(byte[] value) |
|
java.lang.String |
toString() |
public PropertyValue(MAPIProperty property, long flags, byte[] data)
public MAPIProperty getProperty()
public long getFlags()
public java.lang.Object getValue()
public void setRawValue(byte[] value)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.