| Method | Defined by | ||
|---|---|---|---|
|
StartsWith(type:String)
| StartsWith | ||
|
fromValue(value:String):StartsWith
[static]
| StartsWith | ||
|
getValue():String
| StartsWith | ||
|
toString():String
| StartsWith | ||
| Constant | Defined by | ||
|---|---|---|---|
| _Consonant : String = "Consonant" [static]
| StartsWith | ||
| Consonant : StartsWith
[static]
| StartsWith | ||
| _Special : String = "Special" [static]
| StartsWith | ||
| Special : StartsWith
[static]
| StartsWith | ||
| _Vowel : String = "Vowel" [static]
| StartsWith | ||
| Vowel : StartsWith
[static]
| StartsWith | ||
| StartsWith | () | constructor |
public function StartsWith(type:String)Parameters
type:String |
| fromValue | () | method |
| getValue | () | method |
public function getValue():String
Returns
String |
| toString | () | method |
public function toString():String
Returns
String |
| _Consonant | constant |
public static const _Consonant:String = "Consonant"
| Consonant | constant |
public static const Consonant:StartsWith
| _Special | constant |
public static const _Special:String = "Special"
| Special | constant |
public static const Special:StartsWith
| _Vowel | constant |
public static const _Vowel:String = "Vowel"
| Vowel | constant |
public static const Vowel:StartsWith