-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum FieldProperties.DisplayState extends Enum<FieldProperties.DisplayState>
Field display state in the RTU UI
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AlwaysVisibleField will be shown in the RTU UI
VisibleIfNotEmptyField will be shown in the RTU UI if its text value isn't an empty string
HiddenField will not be shown in the RTU UI
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-