AdifGeneral<T> class
abstract
Used for application and user defined fields, which can be used to express different types of data. Please refer to AdifBoolean, AdifInteger, AdifNumber, AdifDate, AdifTime, AdifString, AdifIntlString, AdifMultilineString, AdifIntlMultilineString, and AdifEnumeration for more details.
- Implementers
- AdifAwardList
- AdifBoolean
- AdifCharacter
- AdifCreditList
- AdifDate
- AdifDigit
- AdifEnumeration
- AdifGridSquare
- AdifGridSquareExt
- AdifGridSquareList
- AdifInteger
- AdifIntlCharacter
- AdifIntlMultilineString
- AdifIntlString
- AdifIOTARefNo
- AdifLocation
- AdifMultilineString
- AdifNumber
- AdifPositiveInteger
- AdifPOTARef
- AdifPOTARefList
- AdifSecondarySubdivisionList
- AdifSOTARef
- AdifString
- AdifTime
- AdifWWFFRef
Constructors
- AdifGeneral(T value)
Properties
Methods
-
getString(
) → String -
getType(
) → String -
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
-
fromOriginal<
T> (T original) → AdifGeneral -
fromString(
String str) → AdifGeneral