java.lang.Object | ||
↳ | java.lang.Enum<com.ardic.android.parcelables.PolicyItem.PolicyResult> | |
↳ | com.ardic.android.parcelables.PolicyItem.PolicyResult |
Enumerates policy results.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PolicyItem.PolicyResult | POLICYRESULT_NOTHANDLED | Represents nothandled result | |||||||||
PolicyItem.PolicyResult | POLICYRESULT_PERMITTED | Represents permitted result | |||||||||
PolicyItem.PolicyResult | POLICYRESULT_PROHIBITED | Represents prohibited result | |||||||||
PolicyItem.PolicyResult | POLICYRESULT_UNKNOWN | Represents unknown type while converting string to enum |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Represents nothandled result
Represents permitted result
Represents prohibited result
Represents unknown type while converting string to enum
Parameters | |
---|---|
policyResult |
String
|
Returns | |
---|---|
PolicyItem.PolicyResult |
Parameters | |
---|---|
name |
String
|
Returns | |
---|---|
PolicyItem.PolicyResult |