public static final enum

OmletModel.DisplayIdentityType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ mobisocial.omlib.model.OmletModel.DisplayIdentityType

Summary

Enum Values
OmletModel.DisplayIdentityType  ExplicitHide   
OmletModel.DisplayIdentityType  ExplicitShow   
OmletModel.DisplayIdentityType  ImplicitHide   
OmletModel.DisplayIdentityType  ImplicitShow   
OmletModel.DisplayIdentityType  NotSet   
Public Methods
int getVal()
static OmletModel.DisplayIdentityType valueOf(String name)
final static DisplayIdentityType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final OmletModel.DisplayIdentityType ExplicitHide

public static final OmletModel.DisplayIdentityType ExplicitShow

public static final OmletModel.DisplayIdentityType ImplicitHide

public static final OmletModel.DisplayIdentityType ImplicitShow

public static final OmletModel.DisplayIdentityType NotSet

Public Methods

public int getVal ()

public static OmletModel.DisplayIdentityType valueOf (String name)

public static final DisplayIdentityType[] values ()