T
- public interface IViewAttribute<T extends IAttribute>
getAttribute()
would be enoughModifier and Type | Method and Description |
---|---|
T |
getAttribute() |
DataTypeInfo |
getDataTypeInfo()
Return the complete type information
|
List<IViewAttribute<? extends IAttribute>> |
getExpandedChildren()
Return the default list of children that will be displayed when this view
attribute is expanded
|
Integer |
getLength()
Deprecated.
use
getDataTypeInfo() instead |
LogicalDataType |
getLogicalType()
Deprecated.
use
getDataTypeInfo() instead |
String |
getName() |
Integer |
getPrecision()
Deprecated.
use
getDataTypeInfo() instead |
Integer |
getScale()
Deprecated.
use
getDataTypeInfo() instead |
String |
getSimpleName() |
IView |
getView() |
Visibility |
getVisibility() |
boolean |
isWritable(boolean pNewRecord)
Indicates whether this attribute is writable by users.
|
IView getView()
String getName()
String getSimpleName()
T getAttribute()
@Deprecated LogicalDataType getLogicalType()
getDataTypeInfo()
instead@Deprecated Integer getLength()
getDataTypeInfo()
instead@Deprecated Integer getPrecision()
getDataTypeInfo()
instead@Deprecated Integer getScale()
getDataTypeInfo()
insteadList<IViewAttribute<? extends IAttribute>> getExpandedChildren()
boolean isWritable(boolean pNewRecord)
pNewRecord
- DataTypeInfo getDataTypeInfo()
Visibility getVisibility()
Copyright © 2017. All rights reserved.