Interface IPropertyPresentationProvider
- 
public interface IPropertyPresentationProviderProvides a presentation for property values. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static IPropertyPresentationProviderBOOLEAN 
- 
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectfromPresentation(String presentation)Return value that has given presentation irSType.NOT_A_VALUEif there is no value that matches with given presentationstatic IPropertyPresentationProvidergetDefaultPresentationProvider(SDataType type)static IPropertyPresentationProvidergetEnumPresentationProvider(SEnumeration enumeration)StringgetPresentation(Object value)Return presentation of given valuestatic IPropertyPresentationProvidergetPresentationProviderFor(SProperty property) 
 - 
 
- 
- 
Field Detail
- 
BOOLEAN
static final IPropertyPresentationProvider BOOLEAN
 
 - 
 
- 
Method Detail
- 
getPresentation
@Nullable String getPresentation(@Nullable Object value)
Return presentation of given value 
- 
fromPresentation
@Nullable Object fromPresentation(@Nullable String presentation)
Return value that has given presentation irSType.NOT_A_VALUEif there is no value that matches with given presentation 
- 
getDefaultPresentationProvider
static IPropertyPresentationProvider getDefaultPresentationProvider(SDataType type)
 
- 
getEnumPresentationProvider
static IPropertyPresentationProvider getEnumPresentationProvider(SEnumeration enumeration)
 
- 
getPresentationProviderFor
static IPropertyPresentationProvider getPresentationProviderFor(@NotNull SProperty property)
 
 - 
 
 -