RemotePolicy

public enum RemotePolicy

Enum Constants

Disabled

public static final RemotePolicy Disabled

Enabled

public static final RemotePolicy Enabled

EnabledRemoteOnly

public static final RemotePolicy EnabledRemoteOnly

EnabledRemoteOnlyWhenAvailable

public static final RemotePolicy EnabledRemoteOnlyWhenAvailable

Methods

fromInteger

public static RemotePolicy fromInteger(int value)

toInteger

public static int toInteger(RemotePolicy value)