Since: API level 17
public static final enum

FirewallRule.RuleType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.samsung.android.knox.net.firewall.FirewallRule.RuleType

Class Overview

This constant is used to indicate the type of the rule.

Since
API level 17
MDM 5.5

Summary

Enum Values
FirewallRule.RuleType  ALLOW  Indicates that the rule is an Allow Rule. 
FirewallRule.RuleType  DENY  Indicates that the rule is a Deny Rule. 
FirewallRule.RuleType  REDIRECT  Indicates that the rule is a Redirect Rule. 
FirewallRule.RuleType  REDIRECT_EXCEPTION  Indicates that the rule is a Redirect Exception Rule. 
Public Methods
static FirewallRule.RuleType valueOf(String name)
final static RuleType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final FirewallRule.RuleType ALLOW

Since: API level

Indicates that the rule is an Allow Rule.

Since
API level 17
MDM 5.5

public static final FirewallRule.RuleType DENY

Since: API level

Indicates that the rule is a Deny Rule.

Since
API level 17
MDM 5.5

public static final FirewallRule.RuleType REDIRECT

Since: API level

Indicates that the rule is a Redirect Rule.

Since
API level 17
MDM 5.5

public static final FirewallRule.RuleType REDIRECT_EXCEPTION

Since: API level

Indicates that the rule is a Redirect Exception Rule.

Since
API level 17
MDM 5.5

Public Methods

public static FirewallRule.RuleType valueOf (String name)

Since: API level 28

public static final RuleType[] values ()

Since: API level 28