-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum LocationSharingPeerType
Enumeration to set the scope of sharing
-
-
Field Summary
Fields Modifier and Type Field Description private final int
value
-
Method Summary
Modifier and Type Method Description static LocationSharingPeerType
valueOf(int locSharePeerType)
static Array<LocationSharingPeerType>
values()
static LocationSharingPeerType
valueOf(String name)
int
getValue()
-
-
Method Detail
-
valueOf
static LocationSharingPeerType valueOf(int locSharePeerType)
-
values
static Array<LocationSharingPeerType> values()
-
valueOf
static LocationSharingPeerType valueOf(String name)
-
getValue
int getValue()
-
-
-
-