public class DefaultEditorConditionEntry extends Object implements EditorConditionEntry
_TYPE_INPUT, DATE_INPUT, DECIMAL_INPUT, INT_INPUT, LABEL, LONG_INPUT, TEXT_INPUT| Constructor and Description |
|---|
DefaultEditorConditionEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getI3Label() |
int |
getIndex() |
String |
getOperator() |
String[] |
getValidAttributeTypes() |
List<String> |
getValidAttributeTypesAsList() |
String[] |
getViewComponents() |
List<String> |
getViewComponentsAsList() |
int |
hashCode() |
void |
setI3Label(String label) |
void |
setIndex(int index) |
void |
setOperator(String operator) |
void |
setValidAttributeTypes(String[] validAttributeTypes) |
void |
setViewComponents(String[] viewItemNames) |
public void setI3Label(String label)
public void setOperator(String operator)
public void setViewComponents(String[] viewItemNames)
public String[] getViewComponents()
getViewComponents in interface EditorConditionEntrypublic String getI3Label()
getI3Label in interface EditorConditionEntrypublic String getOperator()
getOperator in interface EditorConditionEntrypublic List<String> getViewComponentsAsList()
getViewComponentsAsList in interface EditorConditionEntrypublic int getIndex()
getIndex in interface EditorConditionEntrypublic void setIndex(int index)
public void setValidAttributeTypes(String[] validAttributeTypes)
public List<String> getValidAttributeTypesAsList()
getValidAttributeTypesAsList in interface EditorConditionEntrypublic String[] getValidAttributeTypes()
Copyright © 2017 SAP SE. All Rights Reserved.