|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.dct.transfer.DataDictionaryInstance
public class DataDictionaryInstance
Data Dictionary Instance contains the actual runtime data for an instance of the design time artifact - Data Dictionary.
| Constructor Summary | |
|---|---|
DataDictionaryInstance()
|
|
| Method Summary | |
|---|---|
byte[] |
getCompressedDDBytes()
|
DataDictionary |
getDataDictionary()
|
java.lang.String |
getDataDictionaryId()
|
java.lang.Object |
getObject()
|
java.lang.Object |
getValue(java.lang.String path)
Deprecated. |
java.lang.Object |
getValue2(java.lang.String ddElementKey)
Fetches the value for the given DDE in the Data Dictionary Instance |
void |
setCompressedDDBytes(byte[] compressedDDBytes)
|
void |
setDataDictionary(DataDictionary dataDictionary)
|
void |
setDataDictionaryId(java.lang.String dataDictionaryId)
|
void |
setObject(java.lang.Object object)
|
void |
setValue(java.lang.String path,
java.lang.Object value)
Deprecated. |
void |
setValue2(java.lang.String ddElementKey,
java.lang.Object value)
Sets the value for the given DDE in the Data Dictionary Instance |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataDictionaryInstance()
| Method Detail |
|---|
public java.lang.Object getObject()
public void setObject(java.lang.Object object)
object - the object to setpublic java.lang.String getDataDictionaryId()
public void setDataDictionaryId(java.lang.String dataDictionaryId)
dataDictionaryId - the dataDictionaryId to setpublic DataDictionary getDataDictionary()
public void setDataDictionary(DataDictionary dataDictionary)
dataDictionary - the dataDictionary to set@Deprecated public java.lang.Object getValue(java.lang.String path)
path - - of Data Dictionary Element in the Data Dictionary hierarchy
public java.lang.Object getValue2(java.lang.String ddElementKey)
ddElementKey - reference name of Data Dictionary Element
@Deprecated
public void setValue(java.lang.String path,
java.lang.Object value)
path - of Data Dictionary Element in the Data Dictionary hierarchyvalue - of corresponding Data Dictionary Element
public void setValue2(java.lang.String ddElementKey,
java.lang.Object value)
throws DCTException
ddElementKey - reference name of Data Dictionary Elementvalue - value to be set for the given DDE
DCTExceptionpublic byte[] getCompressedDDBytes()
public void setCompressedDDBytes(byte[] compressedDDBytes)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||