public interface AttributeConstant extends OSConstant
| Modifier and Type | Method and Description |
|---|---|
RoleConstant |
getAttributeRole()
Return the role this attribute is defined in.
|
Class<?> |
getAttributeType()
Returns the attribute type class.
|
String |
getConverterId()
Returns bean ID of the attribute converter.
|
String |
getDisplayRule()
Return the display rule of the attribute.
|
RoleConstant |
getForeignAttributeRole()
Returns the "foreign" attribute's role.
|
String |
getValidatorId()
Returns bean ID of the attribute validator.
|
boolean |
isForeignAttribute()
Test if the attribute is a "foreign" attribute.
|
boolean |
isJavaPrimitive()
Test if the attribute is a java primitive type.
|
String getValidatorId()
String getConverterId()
boolean isJavaPrimitive()
true if the attribute is a java primitive.Class<?> getAttributeType()
boolean isForeignAttribute()
true if the attribute is a foreign attribute.RoleConstant getForeignAttributeRole()
RoleConstant of the foreign attribute or
null if this is a local attribute.RoleConstant getAttributeRole()
String getDisplayRule()
Copyright © 2006–2020 Esito AS. All rights reserved.