| Package | com.godpaper.as3.model.vos.pgn |
| Class | public class PGN_VO |
| Inheritance | PGN_VO Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| annotator : String | PGN_VO | ||
| black : String | PGN_VO | ||
| blackTeam : String | PGN_VO | ||
| chessbook : ChessBookVO | PGN_VO | ||
| date : String | PGN_VO | ||
| ECCO : String | PGN_VO | ||
| event : String | PGN_VO | ||
| FEN : String | PGN_VO | ||
| format : String | PGN_VO | ||
| game : String | PGN_VO | ||
| mode : String | PGN_VO | ||
| opening : String | PGN_VO | ||
| plyCount : String | PGN_VO | ||
| red : String | PGN_VO | ||
| redTeam : String | PGN_VO | ||
| result : String | PGN_VO | ||
| round : String | PGN_VO | ||
| site : String | PGN_VO | ||
| variation : String | PGN_VO | ||
| Method | Defined By | ||
|---|---|---|---|
toString():String | PGN_VO | ||
| Constant | Defined By | ||
|---|---|---|---|
| META_KEY_ANNOTATOR : String = Annotator [static] | PGN_VO | ||
| META_KEY_BLACK : String = Black [static] | PGN_VO | ||
| META_KEY_BLACK_TEAM : String = BlackTeam [static] | PGN_VO | ||
| META_KEY_DATE : String = Date [static] | PGN_VO | ||
| META_KEY_ECCO : String = ECCO [static] | PGN_VO | ||
| META_KEY_EVENT : String = Event [static] | PGN_VO | ||
| META_KEY_GAME : String = Game [static] | PGN_VO | ||
| META_KEY_MODE : String = Mode [static] | PGN_VO | ||
| META_KEY_OPENING : String = Opening [static] | PGN_VO | ||
| META_KEY_PLY_COUNT : String = PlyCount [static] | PGN_VO | ||
| META_KEY_RED : String = Red [static] | PGN_VO | ||
| META_KEY_RED_TEAM : String = RedTeam [static] | PGN_VO | ||
| META_KEY_RESULT : String = Result [static] | PGN_VO | ||
| META_KEY_ROUND : String = Round [static] | PGN_VO | ||
| META_KEY_SITE : String = Site [static] | PGN_VO | ||
| META_KEY_VARIATION : String = Variation [static] | PGN_VO | ||
| annotator | property |
public var annotator:String| black | property |
public var black:String| blackTeam | property |
public var blackTeam:String| chessbook | property |
public var chessbook:ChessBookVO| date | property |
public var date:String| ECCO | property |
public var ECCO:String| event | property |
public var event:String| FEN | property |
public var FEN:String| format | property |
public var format:String| game | property |
public var game:String| mode | property |
public var mode:String| opening | property |
public var opening:String| plyCount | property |
public var plyCount:String| red | property |
public var red:String| redTeam | property |
public var redTeam:String| result | property |
public var result:String| round | property |
public var round:String| site | property |
public var site:String| variation | property |
public var variation:String| toString | () | method |
public function toString():StringReturnsString |
| META_KEY_ANNOTATOR | Constant |
public static const META_KEY_ANNOTATOR:String = Annotator| META_KEY_BLACK | Constant |
public static const META_KEY_BLACK:String = Black| META_KEY_BLACK_TEAM | Constant |
public static const META_KEY_BLACK_TEAM:String = BlackTeam| META_KEY_DATE | Constant |
public static const META_KEY_DATE:String = Date| META_KEY_ECCO | Constant |
public static const META_KEY_ECCO:String = ECCO| META_KEY_EVENT | Constant |
public static const META_KEY_EVENT:String = Event| META_KEY_GAME | Constant |
public static const META_KEY_GAME:String = Game| META_KEY_MODE | Constant |
public static const META_KEY_MODE:String = Mode| META_KEY_OPENING | Constant |
public static const META_KEY_OPENING:String = Opening| META_KEY_PLY_COUNT | Constant |
public static const META_KEY_PLY_COUNT:String = PlyCount| META_KEY_RED | Constant |
public static const META_KEY_RED:String = Red| META_KEY_RED_TEAM | Constant |
public static const META_KEY_RED_TEAM:String = RedTeam| META_KEY_RESULT | Constant |
public static const META_KEY_RESULT:String = Result| META_KEY_ROUND | Constant |
public static const META_KEY_ROUND:String = Round| META_KEY_SITE | Constant |
public static const META_KEY_SITE:String = Site| META_KEY_VARIATION | Constant |
public static const META_KEY_VARIATION:String = Variation