public interface IAttributeMetadata
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColumnName()
Get the Attribute's 'Column Name' value
|
java.lang.String |
getDatatype()
Get the Attribute's 'Data Type' value
|
java.lang.String |
getJavaObjectFieldName()
Get the Attribute's 'Java Object Field Name' value
|
java.lang.String |
getJavaObjectGetMethod()
Get the Attribute's 'Java Object Get Method' value
|
java.lang.String |
getJavaObjectSetMethod()
Get the Attribute's 'Java Object Set Method' value
|
boolean |
getMandatory()
Get the Attribute's 'Mandatory' value
|
java.lang.String |
getMode()
Get the Attribute's 'Mode' value
|
java.lang.String |
getName()
Get the Attribute's 'Name' value
|
java.lang.String |
getValueSequence()
Get the Attribute's 'Value Sequence' value
|
java.lang.String |
getValueStrategy()
Get the Attribute's 'Value Strategy' value
|
java.lang.String |
getValueTableName()
Get the Attribute's 'Value Table Name' value
|
java.lang.String |
getValueTableNameColumnName()
Get the Attribute's 'Value Table Name Column Name' value
|
java.lang.String |
getValueTableValueColumnName()
Get the Attribute's 'Value Table Value Column Name' value
|
java.lang.String |
getXmlElementName()
Get the Attribute's 'Xml Element Name' value
|
java.lang.String |
getXmlNamespace()
Get the Attribute's 'Xml Namespace' value
|
java.lang.String getName()
java.lang.String getDatatype()
boolean getMandatory()
java.lang.String getMode()
java.lang.String getXmlNamespace()
java.lang.String getXmlElementName()
java.lang.String getJavaObjectGetMethod()
java.lang.String getJavaObjectSetMethod()
java.lang.String getJavaObjectFieldName()
java.lang.String getColumnName()
java.lang.String getValueStrategy()
java.lang.String getValueSequence()
java.lang.String getValueTableName()
java.lang.String getValueTableNameColumnName()
java.lang.String getValueTableValueColumnName()
Copyright © 2005-2017 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.