public interface PropertyDescriptor
| Modifier and Type | Interface and Description |
|---|---|
static class |
PropertyDescriptor.Multiplicity
The type of value multiplicity.
|
static class |
PropertyDescriptor.Occurrence
The type of value occurence:
required ...
|
| Modifier and Type | Field and Description |
|---|---|
static String |
BOOLEAN |
static String |
DATE |
static String |
DECIMAL |
static String |
ENUM |
static String |
FEATURE |
static String |
FLOAT |
static String |
INTEGER |
static String |
LONG |
static String |
PK |
static String |
QUALIFIER_DELIM |
static String |
QUALIFIER_DELIM_EXP |
static String |
REFERENCE |
static String |
TEXT |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
localized description
|
String |
getEditorType()
The general editor type.
|
PropertyDescriptor.Multiplicity |
getMultiplicity()
Specifies which type of collection this editor should handle.
|
String |
getName()
localized name
|
String |
getName(String languageIso) |
PropertyDescriptor.Occurrence |
getOccurence()
Tells if this property is mandatory, recommended or optional.
|
String |
getQualifier()
The (globally!) unique property qualifier.
|
String |
getSelectionOf()
qualifier of property descriptor that holds the "selectionOf"
|
boolean |
isLocalized()
Tells whether this property contains localized data.
|
boolean |
isReadable() |
boolean |
isWritable() |
static final String QUALIFIER_DELIM
static final String QUALIFIER_DELIM_EXP
static final String TEXT
static final String DECIMAL
static final String FLOAT
static final String INTEGER
static final String LONG
static final String BOOLEAN
static final String DATE
static final String ENUM
static final String PK
static final String REFERENCE
static final String FEATURE
String getQualifier()
boolean isLocalized()
PropertyDescriptor.Occurrence getOccurence()
String getEditorType()
PropertyDescriptor.Multiplicity getMultiplicity()
PropertyDescriptor.Multiplicity.SINGLE or null.String getName()
String getDescription()
boolean isReadable()
boolean isWritable()
String getSelectionOf()
Copyright © 2017 SAP SE. All Rights Reserved.