Package de.businesscode.bcdui.wrs.load
Interface WrsBindingItem
- All Known Implementing Classes:
BindingItemAttribute
,BindingItemWithMetaData
,WrqBindingItem
public interface WrsBindingItem
Represents a BindingItem in a concrete Wrq, includes information like overwritten attributes
See analogy SimpleBindingItem and its subclasses representing the input side, i.e. StandardBindingSet or clc:Calc
-
Method Summary
Modifier and TypeMethodDescriptiongetAlias()
int
getId()
boolean
void
toXML
(XMLStreamWriter writer, boolean withColumnExpression)
-
Method Details
-
getColumnNumber
int getColumnNumber() -
isEscapeXML
Boolean isEscapeXML() -
toXML
- Throws:
XMLStreamException
-
hasWrsAAttributes
boolean hasWrsAAttributes() -
getWrsAAttributes
Collection<WrsBindingItem> getWrsAAttributes() -
getJDBCDataType
Integer getJDBCDataType() -
getWrsAName
String getWrsAName() -
getCaption
String getCaption() -
getId
String getId() -
getJDBCColumnScale
Object getJDBCColumnScale() -
getAlias
String getAlias()
-