Class ExtendedProperty
java.lang.Object
com.independentsoft.pst.ExtendedProperty
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new extended property.Instantiates a new extended property.ExtendedProperty(ExtendedPropertyTag tag, boolean value) Instantiates a new extended property.ExtendedProperty(ExtendedPropertyTag tag, byte[] value) Instantiates a new extended property.ExtendedProperty(ExtendedPropertyTag tag, double value) Instantiates a new extended property.ExtendedProperty(ExtendedPropertyTag tag, int value) Instantiates a new extended property.ExtendedProperty(ExtendedPropertyTag tag, long value) Instantiates a new extended property.ExtendedProperty(ExtendedPropertyTag tag, short value) Instantiates a new extended property.ExtendedProperty(ExtendedPropertyTag tag, String value) Instantiates a new extended property.ExtendedProperty(ExtendedPropertyTag tag, String[] value) Instantiates a new extended property.ExtendedProperty(ExtendedPropertyTag tag, Date value) Instantiates a new extended property. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the boolean value.Gets the date time value.doubleGets the double value.floatGets the float value.intGets the integer value.longGets the long value.shortGets the short value.String[]Gets the string array value.Gets the string value.getTag()Gets the tag.byte[]getValue()Gets the value.voidSets the tag.voidsetValue(byte[] value) Sets the value.
-
Constructor Details
-
ExtendedProperty
public ExtendedProperty()Instantiates a new extended property. -
ExtendedProperty
Instantiates a new extended property.- Parameters:
tag- the tag
-
ExtendedProperty
Instantiates a new extended property.- Parameters:
tag- the tagvalue- the value
-
ExtendedProperty
Instantiates a new extended property.- Parameters:
tag- the tagvalue- the value
-
ExtendedProperty
Instantiates a new extended property.- Parameters:
tag- the tagvalue- the value
-
ExtendedProperty
Instantiates a new extended property.- Parameters:
tag- the tagvalue- the value
-
ExtendedProperty
Instantiates a new extended property.- Parameters:
tag- the tagvalue- the value
-
ExtendedProperty
Instantiates a new extended property.- Parameters:
tag- the tagvalue- the value
-
ExtendedProperty
Instantiates a new extended property.- Parameters:
tag- the tagvalue- the value
-
ExtendedProperty
Instantiates a new extended property.- Parameters:
tag- the tagvalue- the value- Throws:
IOException- Signals that an I/O exception has occurred.
-
ExtendedProperty
Instantiates a new extended property.- Parameters:
tag- the tagvalue- the value
-
-
Method Details
-
getStringValue
-
getStringArrayValue
-
getBooleanValue
public boolean getBooleanValue()Gets the boolean value.- Returns:
- the boolean value
-
getShortValue
public short getShortValue()Gets the short value.- Returns:
- the short value
-
getIntegerValue
public int getIntegerValue()Gets the integer value.- Returns:
- the integer value
-
getLongValue
public long getLongValue()Gets the long value.- Returns:
- the long value
-
getFloatValue
public float getFloatValue()Gets the float value.- Returns:
- the float value
-
getDoubleValue
public double getDoubleValue()Gets the double value.- Returns:
- the double value
-
getDateTimeValue
-
getTag
-
setTag
-
getValue
public byte[] getValue()Gets the value.- Returns:
- the value
-
setValue
public void setValue(byte[] value) Sets the value.- Parameters:
value- the new value
-