public final class DataDictionaryInstance extends Object implements com.adobe.fd.df.fdinternal.api.services.SchemaInstance, Serializable
Constructor and Description |
---|
DataDictionaryInstance() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getCompressedDDBytes()
Get the compressed bytes of the data dictionary.
|
DataDictionary |
getDataDictionary()
Get the
DataDictionary associated with this data dictionary instance. |
String |
getDataDictionaryId()
Get the unique identifier of the
DataDictionary associated with this data dictionary instance. |
Object |
getObject()
Get the value object.
|
Object |
getSchema() |
String |
getSchemaRef() |
com.adobe.fd.content.fdinternal.model.SchemaRefType |
getSchemaType() |
Object |
getValue(String id) |
Object |
getValue2(String variableName)
Fetches the value for the given DDE in the Data Dictionary Instance
|
String |
getVariableIdentifier() |
void |
setCompressedDDBytes(byte[] compressedDDBytes)
Sets the compressed bytes of this data dictionary.
|
void |
setDataDictionary(DataDictionary dataDictionary)
Sets the
DataDictionary . |
void |
setDataDictionaryId(String dataDictionaryId) |
void |
setObject(Object object)
Sets the value object.
|
void |
setSchema(Object schema) |
void |
setValue(String id,
Object value) |
public Object getObject()
public void setObject(Object object)
object
- the object to setpublic String getDataDictionaryId()
DataDictionary
associated with this data dictionary instance.public void setDataDictionaryId(String dataDictionaryId)
dataDictionaryId
- the dataDictionaryId to setpublic DataDictionary getDataDictionary()
DataDictionary
associated with this data dictionary instance.public void setDataDictionary(DataDictionary dataDictionary)
DataDictionary
.dataDictionary
- the dataDictionary to setpublic Object getValue2(String variableName)
ddElementKey
- reference name of Data Dictionary Elementpublic byte[] getCompressedDDBytes()
public void setCompressedDDBytes(byte[] compressedDDBytes)
compressedDDBytes
- public String getSchemaRef()
public com.adobe.fd.content.fdinternal.model.SchemaRefType getSchemaType()
public Object getSchema()
public void setSchema(Object schema)
public String getVariableIdentifier()
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.