PKDResourceType enum

Inheritance

Constructors

PKDResourceType(int value)
const

Values

UNKNOWN → const PKDResourceType

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

PKDResourceType(-1)
CERTIFICATE_PA → const PKDResourceType
PKDResourceType(0)
CERTIFICATE_TA → const PKDResourceType
PKDResourceType(1)
LDIF → const PKDResourceType
PKDResourceType(2)
CRL → const PKDResourceType
PKDResourceType(3)
ML → const PKDResourceType
PKDResourceType(4)
DEFL → const PKDResourceType
PKDResourceType(5)
DEVL → const PKDResourceType
PKDResourceType(6)
BL → const PKDResourceType
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.
[UNKNOWN, CERTIFICATE_PA, CERTIFICATE_TA, LDIF, CRL, ML, DEFL, DEVL, BL]