public class ExtendedProperty
extends java.lang.Object
| Constructor and Description |
|---|
ExtendedProperty()
Instantiates a new extended property.
|
ExtendedProperty(ExtendedPropertyTag tag)
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,
java.util.Date 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,
java.lang.String value)
Instantiates a new extended property.
|
ExtendedProperty(ExtendedPropertyTag tag,
java.lang.String[] value)
Instantiates a new extended property.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBooleanValue()
Gets the boolean value.
|
java.util.Date |
getDateTimeValue()
Gets the date time value.
|
double |
getDoubleValue()
Gets the double value.
|
float |
getFloatValue()
Gets the float value.
|
int |
getIntegerValue()
Gets the integer value.
|
long |
getLongValue()
Gets the long value.
|
short |
getShortValue()
Gets the short value.
|
java.lang.String[] |
getStringArrayValue()
Gets the string array value.
|
java.lang.String |
getStringValue()
Gets the string value.
|
ExtendedPropertyTag |
getTag()
Gets the tag.
|
byte[] |
getValue()
Gets the value.
|
void |
setTag(ExtendedPropertyTag tag)
Sets the tag.
|
void |
setValue(byte[] value)
Sets the value.
|
public ExtendedProperty()
public ExtendedProperty(ExtendedPropertyTag tag)
tag - the tagpublic ExtendedProperty(ExtendedPropertyTag tag, java.lang.String value)
tag - the tagvalue - the valuepublic ExtendedProperty(ExtendedPropertyTag tag, short value)
tag - the tagvalue - the valuepublic ExtendedProperty(ExtendedPropertyTag tag, int value)
tag - the tagvalue - the valuepublic ExtendedProperty(ExtendedPropertyTag tag, long value)
tag - the tagvalue - the valuepublic ExtendedProperty(ExtendedPropertyTag tag, double value)
tag - the tagvalue - the valuepublic ExtendedProperty(ExtendedPropertyTag tag, boolean value)
tag - the tagvalue - the valuepublic ExtendedProperty(ExtendedPropertyTag tag, java.util.Date value)
tag - the tagvalue - the valuepublic ExtendedProperty(ExtendedPropertyTag tag, java.lang.String[] value) throws java.io.IOException
tag - the tagvalue - the valuejava.io.IOException - Signals that an I/O exception has occurred.public ExtendedProperty(ExtendedPropertyTag tag, byte[] value)
tag - the tagvalue - the valuepublic java.lang.String getStringValue()
public java.lang.String[] getStringArrayValue()
public boolean getBooleanValue()
public short getShortValue()
public int getIntegerValue()
public long getLongValue()
public float getFloatValue()
public double getDoubleValue()
public java.util.Date getDateTimeValue()
public ExtendedPropertyTag getTag()
public void setTag(ExtendedPropertyTag tag)
tag - the new tagpublic byte[] getValue()
public void setValue(byte[] value)
value - the new value