PKDResourceType enum

Inheritance

Constructors

PKDResourceType(int value)
const

Values

UNKNOWN → const PKDResourceType

Will be returned if getByValue if a non-existent was passed.

const PKDResourceType(-1)
CERTIFICATE_PA → const PKDResourceType
const PKDResourceType(0)
CERTIFICATE_TA → const PKDResourceType
const PKDResourceType(1)
LDIF → const PKDResourceType
const PKDResourceType(2)
CRL → const PKDResourceType
const PKDResourceType(3)
ML → const PKDResourceType
const PKDResourceType(4)
DEFL → const PKDResourceType
const PKDResourceType(5)
DEVL → const PKDResourceType
const PKDResourceType(6)
BL → const PKDResourceType
const PKDResourceType(7)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getByValue(int? i) PKDResourceType?
getType(String value) PKDResourceType

Constants

values → const List<PKDResourceType>
A constant List of the values in this enum, in order of their declaration.