AdifSecondarySubdivisionList class
a colon-delimited list of two or more members of the Secondary_Administrative_Subdivision enumeration. E.g.: MA,Franklin:MA,Hampshire
Attention: Now the validation of SecondaryAdministrativeSubdivisionEnumeration is not implemented.
- Inheritance
-
- Object
- AdifGeneral<
List< String> > - AdifSecondarySubdivisionList
Constructors
-
AdifSecondarySubdivisionList(List<
String> value)
Properties
Methods
-
getString(
) → String -
override
-
getType(
) → String -
override
-
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
-
fromString(
String str) → AdifSecondarySubdivisionList -
override