| Modifier and Type | Method and Description |
|---|---|
PropertyDescriptor.Occurrence |
PropertyDescriptor.getOccurence()
Tells if this property is mandatory, recommended or optional.
|
static PropertyDescriptor.Occurrence |
PropertyDescriptor.Occurrence.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyDescriptor.Occurrence[] |
PropertyDescriptor.Occurrence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyDescriptor.Occurrence |
AbstractPropertyDescriptor.getOccurence() |
PropertyDescriptor.Occurrence |
WidgetParameterPropertyDescriptor.getOccurence() |
PropertyDescriptor.Occurrence |
MediaStreamPropertyMarker.getOccurence() |
PropertyDescriptor.Occurrence |
ClassAttributePropertyDescriptor.getOccurence() |
PropertyDescriptor.Occurrence |
ItemAttributePropertyDescriptor.getOccurence() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPropertyDescriptor.setOccurence(PropertyDescriptor.Occurrence occurence) |
void |
ClassAttributePropertyDescriptor.setOccurence(PropertyDescriptor.Occurrence occ) |
void |
ItemAttributePropertyDescriptor.setOccurence(PropertyDescriptor.Occurrence occ) |
| Modifier and Type | Method and Description |
|---|---|
PropertyDescriptor.Occurrence |
ItemAttributeSearchDescriptor.getOccurence() |
PropertyDescriptor.Occurrence |
ClassAttributeSearchDescriptor.getOccurence() |
| Modifier and Type | Method and Description |
|---|---|
PropertyDescriptor.Occurrence |
BasicPropertyDescriptor.getOccurence() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicPropertyDescriptor.setOccurrence(PropertyDescriptor.Occurrence occurrence) |
Copyright © 2018 SAP SE. All Rights Reserved.