public class TraceThrowableAccessor extends ReadOnlyPropertyAccessor
isComplexProperty, isDateProperty, isIntProperty
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
rcs_id |
Modifier and Type | Method and Description |
---|---|
static TraceThrowableAccessor |
get() |
java.lang.String |
getDisplayName(java.util.Locale locale)
Obtain a localized display name for the property accessed using this PropertyAccessor
|
java.lang.String |
getPropertyName()
Obtain name of property being accessed via this accessor.
|
java.lang.String |
getValue(Item item)
Get value of property for given Item
|
getReferencedItem, isReadOnly, setValue
editProperty, getActivatingMessage, getCommands, getDescription, getReferencedItem, getSelectReferencedItemDescriptor, isComplexProperty, isDateProperty, isIntProperty, isTextEditAllowed, selectReferencedItem
public static final java.lang.String rcs_id
public static TraceThrowableAccessor get()
public java.lang.String getPropertyName()
PropertyAccessor
public java.lang.String getDisplayName(java.util.Locale locale)
AbstractPropertyAccessor
getDisplayName
in interface PropertyAccessor
getDisplayName
in class AbstractPropertyAccessor
public java.lang.String getValue(Item item) throws java.lang.Exception
PropertyAccessor
java.lang.Exception