Package org.robovm.apple.foundation
Class NSTextCheckingType
- All Implemented Interfaces:
Comparable<NSTextCheckingType>,Iterable<NSTextCheckingType>
public final class NSTextCheckingType extends Bits<NSTextCheckingType>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static NSTextCheckingTypeAddressstatic NSTextCheckingTypeCorrectionstatic NSTextCheckingTypeDashstatic NSTextCheckingTypeDatestatic NSTextCheckingTypeGrammarstatic NSTextCheckingTypeLinkstatic NSTextCheckingTypeNonestatic NSTextCheckingTypeOrthographystatic NSTextCheckingTypePhoneNumberstatic NSTextCheckingTypeQuotestatic NSTextCheckingTypeRegularExpressionstatic NSTextCheckingTypeReplacementstatic NSTextCheckingTypeSpellingstatic NSTextCheckingTypeTransitInformation -
Constructor Summary
Constructors Constructor Description NSTextCheckingType(long value) -
Method Summary
Modifier and Type Method Description protected NSTextCheckingType[]_values()static NSTextCheckingType[]values()protected NSTextCheckingTypewrap(long value, long mask)
-
Field Details
-
None
-
Orthography
-
Spelling
-
Grammar
-
Date
-
Address
-
Link
-
Quote
-
Dash
-
Replacement
-
Correction
-
RegularExpression
-
PhoneNumber
-
TransitInformation
-
-
Constructor Details
-
NSTextCheckingType
public NSTextCheckingType(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<NSTextCheckingType>
-
_values
- Specified by:
_valuesin classBits<NSTextCheckingType>
-
values
-