|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.mpp.CustomFieldValueItem
public final class CustomFieldValueItem
Instances of this type represent a possible value for a custom field that is using value lists.
| Constructor Summary | |
|---|---|
CustomFieldValueItem(Integer uniqueID)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getDescription()
Get the description for this item. |
Integer |
getUniqueID()
Get the unique id for this item. |
byte[] |
getUnknown()
Get an unknown property for this item. |
byte[] |
getValue()
Get the value of this item. |
void |
setDescription(String description)
Set the description for this item. |
void |
setUnknown(byte[] unknown)
Set an Unknown property for this item. |
void |
setValue(byte[] value)
Set the value of this item. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomFieldValueItem(Integer uniqueID)
uniqueID - item unique ID| Method Detail |
|---|
public Integer getUniqueID()
public void setValue(byte[] value)
value - item valuepublic byte[] getValue()
public void setDescription(String description)
description - item descriptionpublic String getDescription()
public void setUnknown(byte[] unknown)
unknown - unknown data blockpublic byte[] getUnknown()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||