public class DataDictionaryElement extends Object implements Serializable, ILocalizable
| Constructor and Description |
|---|
DataDictionaryElement()
Default constructor for defining Data Dictionary Element
|
public DataDictionaryElement()
public String getPath()
public void setPath(String path)
path - the path - unique identifier of every node in the data
dictionary treepublic String getExpression()
public void setExpression(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 String getId()
public void setId(String id)
id - the identifier in the persistent storepublic String getName()
public void setName(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 String getDisplayName()
public void setDisplayName(String displayName)
displayName - the user friendly name of the data dictionary elementpublic String getReferenceName()
public void setReferenceName(String referenceName)
referenceName - the unique reference name of the data dictionary elementpublic String getDescription()
public void setDescription(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 List<String> getValueSet()
public void setValueSet(List<String> valueSet)
valueSet - the set of values for a data dictionary element corresponding
to an ENUMpublic List<DataDictionaryElement> getChildElements()
public void setChildElements(List<DataDictionaryElement> childElements)
childElements - the children elements of a data dictionary elementpublic String getCompositeType()
public void setCompositeType(String compositeType)
compositeType - the name of the composite type for a COMPOSITE data dictionary
elementpublic Map<String,String> getExtendedProperties()
public void setExtendedProperties(Map<String,String> extendedProperties)
extendedProperties - the extended meta-data properties for a data dictionary
elementpublic String getLcdsDestination()
public void setLcdsDestination(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 String getLocalizationPrefix()
getLocalizationPrefix in interface ILocalizablepublic void setLocalizationPrefix(String prefix)
public boolean isMultiLine()
public void setMultiLine(boolean multiLine)
multiLine - Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.