public static final enum

SimplePropertyFormCell.SecondaryActionType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.sap.cloud.mobile.fiori.formcell.SimplePropertyFormCell.SecondaryActionType

Summary

Enum Values
SimplePropertyFormCell.SecondaryActionType  BARCODE   
SimplePropertyFormCell.SecondaryActionType  NONE   
SimplePropertyFormCell.SecondaryActionType  PASSWORD   
Public Methods
static SimplePropertyFormCell.SecondaryActionType valueOf(String name)
final static SecondaryActionType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final SimplePropertyFormCell.SecondaryActionType BARCODE

public static final SimplePropertyFormCell.SecondaryActionType PASSWORD

Public Methods

public static SimplePropertyFormCell.SecondaryActionType valueOf (String name)

public static final SecondaryActionType[] values ()