public class WSAttributeDefImpl extends java.lang.Object implements AttributeDef, java.io.Serializable
AttributeDef.AttributeStorageEnumATTR_ASSOCIATED_ROW, ATTR_ASSOCIATED_ROWITERATOR, ATTR_DYNAMIC, ATTR_ENTITY_DERIVED, ATTR_HIDDEN, ATTR_PERSISTENT, ATTR_ROWSET, ATTR_SQL_DERIVED, ATTR_TRANSIENT, ATTR_VARIABLE, READONLY, UPDATEABLE, UPDATEABLE_WHILE_NEW| Constructor and Description | 
|---|
WSAttributeDefImpl(java.lang.String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
ViewObject | 
getAccessorVO(ViewObject originVO)
For an accessor attribute, this method creates a View Object that
 works for the View Link definition. 
 | 
byte | 
getAttributeKind()
Gets the attribute value. 
 | 
AttributeDef.AttributeStorageEnum | 
getAttributeStorage()  | 
java.lang.String | 
getColumnName()
Gets the name of the database column the attribute represents. 
 | 
java.lang.String | 
getColumnNameForQuery()
Gets the column name to be used in query statement. 
 | 
int | 
getElemSQLType()
Returns the jdbc type of the elements of this attribute. 
 | 
java.lang.Class | 
getElemType()
Returns the element type of the attribute. 
 | 
int | 
getIndex()
Gets the index of the attribute in the context of a  
StoreInfo
 instance. | 
java.lang.Class | 
getJavaType()
Gets the Java class of the object stored for this attribute definition. 
 | 
ListBindingDef | 
getListBindingDef()  | 
java.lang.String | 
getLOVName()
Gets the name of the LOV (list of values) associated with this
 attribute definition. 
 | 
java.lang.String | 
getName()
Gets the name of the attribute. 
 | 
int | 
getPrecision()
Gets the precision of a numeric or string attribute. 
 | 
java.util.Hashtable | 
getProperties()
Gets the table of properties. 
 | 
java.lang.Object | 
getProperty(java.lang.String hintName)
Retrieves the specified property, if it exists. 
 | 
java.lang.Object | 
getProperty(java.lang.String hintName,
           LocaleContext locale)  | 
int | 
getScale()
Get the scale value of a numeric attribute. 
 | 
int | 
getSQLType()
Gets the JDBC type of the attribute. 
 | 
AttributeHints | 
getUIHelper()
Returns the user interface hints interface for retrieving hint
  information such as labels, prompts,... 
 | 
byte | 
getUpdateableFlag()
Tests if an attribute can be modified. 
 | 
boolean | 
isDiscrColumn()
Tests if an attribute is a discriminator. 
 | 
boolean | 
isMandatory()
Tests if an attribute does not allow null values. 
 | 
boolean | 
isPrimaryKey()
Tests if an attribute is a Primary Key. 
 | 
boolean | 
isQueriable()
Tests if an attribute is queriable. 
 | 
boolean | 
isSelected()  | 
java.lang.Object | 
refreshProperty(java.lang.String hintName)
Retrieves the specified property, if it exists. 
 | 
public byte getAttributeKind()
AttributeDefgetAttributeKind in interface AttributeDefATTR constants defined for this class.public AttributeDef.AttributeStorageEnum getAttributeStorage()
getAttributeStorage in interface AttributeDefpublic java.lang.String getName()
AttributeDefgetName in interface AttributeDefpublic java.lang.String getColumnName()
AttributeDefgetColumnName in interface AttributeDefpublic java.lang.String getColumnNameForQuery()
AttributeDefgetColumnNameForQuery in interface AttributeDefpublic int getIndex()
AttributeDefStoreInfo
 instance.getIndex in interface AttributeDefpublic java.lang.Class getJavaType()
AttributeDefgetJavaType in interface AttributeDefpublic int getSQLType()
AttributeDefgetSQLType in interface AttributeDefTypespublic int getScale()
AttributeDefgetScale in interface AttributeDefpublic int getPrecision()
AttributeDef'Precision' for a string is the maximum length.
getPrecision in interface AttributeDefpublic boolean isDiscrColumn()
AttributeDefisDiscrColumn in interface AttributeDefpublic boolean isSelected()
isSelected in interface AttributeDefpublic boolean isQueriable()
AttributeDefQueriable attributes are those that may have a filter condition for the WHERE clause If this method returns false, the attribute will not be used in constructing the WHERE clause of SQL statements to fetch data.
isQueriable in interface AttributeDeftrue if this attribute is queriable.public byte getUpdateableFlag()
AttributeDefgetUpdateableFlag in interface AttributeDefREADONLY, UPDATEABLE, or UPDATEABLE_WHILE_NEW.public boolean isPrimaryKey()
AttributeDefisPrimaryKey in interface AttributeDeftrue if this is either a Primary Key attribute or
 part of the attributes that constitute the Primary Key for a given row.public boolean isMandatory()
AttributeDefisMandatory in interface AttributeDeftrue if this attribute cannot store a null valuepublic AttributeHints getUIHelper()
AttributeDefgetUIHelper in interface AttributeDefAttributeHintspublic java.lang.Class getElemType()
AttributeDefFor VARRAYs, this method returns the class name of the elements that are in the VARRAY.
Element type is relevant only if the attribute is an array attribute.
getElemType in interface AttributeDefpublic int getElemSQLType()
AttributeDefFor VARRAYs, this method returns the jdbc type of the elements that are in the VARRAY.
Element type is relevant only if the attribute is an array attribute.
getElemSQLType in interface AttributeDefpublic ViewObject getAccessorVO(ViewObject originVO)
AttributeDefgetAccessorVO in interface AttributeDeforiginVO - the View Object that owns the accessorViewObject instance.public java.lang.Object getProperty(java.lang.String hintName)
PropertiesgetProperty in interface PropertieshintName - Property name.null.public java.lang.Object getProperty(java.lang.String hintName,
                                    LocaleContext locale)
getProperty in interface Propertiespublic java.lang.Object refreshProperty(java.lang.String hintName)
PropertiesgetProperty.refreshProperty in interface PropertieshintName - Property name.null.public java.util.Hashtable getProperties()
PropertiesgetProperties in interface Propertiespublic java.lang.String getLOVName()
AttributeDefgetLOVName in interface AttributeDefpublic ListBindingDef getListBindingDef()
getListBindingDef in interface AttributeDef