|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.dct.transfer.DataDictionaryElement
public class DataDictionaryElement
Data Dictionary Element - Elements of Data Dictionary. It is the Domain Model View of a data field
| Constructor Summary | |
|---|---|
DataDictionaryElement()
Default constructor for defining Data Dictionary Element |
|
| Method Summary | |
|---|---|
BindingElement |
getBinding()
|
java.util.List |
getChildElements()
|
DataDictionaryElement |
getCollectionElement()
|
java.lang.String |
getCompositeType()
|
java.lang.String |
getDescription()
|
java.lang.String |
getDisplayName()
|
DataDictionaryElementSubType |
getElementSubType()
|
DataDictionaryElementType |
getElementType()
|
java.lang.String |
getExpression()
|
java.util.Map |
getExtendedProperties()
|
java.lang.String |
getId()
|
java.lang.String |
getLcdsDestination()
|
java.lang.String |
getLocalizationPrefix()
The prefix that is appended to all the localizable properties of the this object while generating localization keys |
java.lang.String |
getName()
|
java.lang.String |
getPath()
|
java.lang.String |
getReferenceName()
|
java.util.Set |
getValueSet()
|
BindingElement |
getXMLBinding()
Deprecated. |
boolean |
isComputed()
|
boolean |
isKeyElement()
|
boolean |
isRequired()
|
void |
setBinding(BindingElement binding)
|
void |
setChildElements(java.util.List childElements)
|
void |
setCollectionElement(DataDictionaryElement collectionElement)
|
void |
setCompositeType(java.lang.String compositeType)
|
void |
setComputed(boolean computed)
|
void |
setDescription(java.lang.String description)
|
void |
setDisplayName(java.lang.String displayName)
|
void |
setElementSubType(DataDictionaryElementSubType elementSubType)
|
void |
setElementType(DataDictionaryElementType elementType)
|
void |
setExpression(java.lang.String expression)
|
void |
setExtendedProperties(java.util.Map extendedProperties)
|
void |
setId(java.lang.String id)
|
void |
setKeyElement(boolean keyElement)
|
void |
setLcdsDestination(java.lang.String lcdsDestination)
|
void |
setLocalizationPrefix(java.lang.String prefix)
|
void |
setName(java.lang.String name)
|
void |
setPath(java.lang.String path)
|
void |
setReferenceName(java.lang.String referenceName)
|
void |
setRequired(boolean required)
|
void |
setValueSet(java.util.Set valueSet)
|
void |
setXMLBinding(BindingElement binding)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataDictionaryElement()
| Method Detail |
|---|
public java.lang.String getPath()
public void setPath(java.lang.String path)
path - the path - unique identifier of every node in the data
dictionary treepublic java.lang.String getExpression()
public void setExpression(java.lang.String expression)
expression - the expression to set for the computed data dictionary element@Deprecated public BindingElement getXMLBinding()
@Deprecated public void setXMLBinding(BindingElement binding)
binding - the binding of the element in the xml schemapublic java.lang.String getId()
public void setId(java.lang.String id)
id - the identifier in the persistent storepublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name of the data dictionary element. The name of a node
among the siblings at each node of the data dictionary.public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName - the user friendly name of the data dictionary elementpublic java.lang.String getReferenceName()
public void setReferenceName(java.lang.String referenceName)
referenceName - the unique reference name of the data dictionary elementpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description of the data dictionary elementpublic boolean isKeyElement()
public boolean isComputed()
public void setComputed(boolean computed)
computed - the computed element to be setpublic void setKeyElement(boolean keyElement)
keyElement - the key element to be setpublic boolean isRequired()
public void setRequired(boolean required)
required - the required element to be setpublic DataDictionaryElementType getElementType()
public void setElementType(DataDictionaryElementType elementType)
elementType - the type of the data dictionary element to be setpublic DataDictionaryElementSubType getElementSubType()
public void setElementSubType(DataDictionaryElementSubType elementSubType)
elementSubType - the subType of the data dictionary element. The subtype
further puts restrictions on values corresponding to the data
dictionary element.public DataDictionaryElement getCollectionElement()
public void setCollectionElement(DataDictionaryElement collectionElement)
collectionElement - the type node denoting the type of collection for a collection
data dictionary element.public java.util.Set getValueSet()
public void setValueSet(java.util.Set valueSet)
valueSet - the set of values for a data dictionary element corresponding
to an ENUMpublic java.util.List getChildElements()
public void setChildElements(java.util.List childElements)
childElements - the children elements of a data dictionary elementpublic java.lang.String getCompositeType()
public void setCompositeType(java.lang.String compositeType)
compositeType - the name of the composite type for a COMPOSITE data dictionary
elementpublic java.util.Map getExtendedProperties()
public void setExtendedProperties(java.util.Map extendedProperties)
extendedProperties - the extended meta-data properties for a data dictionary
elementpublic java.lang.String getLcdsDestination()
public void setLcdsDestination(java.lang.String lcdsDestination)
lcdsDestination - the lcdsDestination for the corresponding data dictionary
elementpublic BindingElement getBinding()
public void setBinding(BindingElement binding)
binding - - the XML or POJO binding of the elementpublic java.lang.String getLocalizationPrefix()
getLocalizationPrefix in interface ILocalizablepublic void setLocalizationPrefix(java.lang.String prefix)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||