0001: /*******************************************************************************
0002: * Copyright (c) 2006 IBM Corporation and others.
0003: * All rights reserved. This program and the accompanying materials
0004: * are made available under the terms of the Eclipse Public License v1.0
0005: * which accompanies this distribution, and is available at
0006: * http://www.eclipse.org/legal/epl-v10.html
0007: *
0008: * Contributors:
0009: * IBM Corporation - initial API and implementation
0010: *******************************************************************************/package org.eclipse.ui.examples.views.properties.tabbed.hockeyleague;
0011:
0012: import org.eclipse.emf.ecore.EAttribute;
0013: import org.eclipse.emf.ecore.EClass;
0014: import org.eclipse.emf.ecore.EEnum;
0015: import org.eclipse.emf.ecore.EPackage;
0016: import org.eclipse.emf.ecore.EReference;
0017:
0018: /**
0019: * <!-- begin-user-doc -->
0020: * The <b>Package</b> for the model.
0021: * It contains accessors for the meta objects to represent
0022: * <ul>
0023: * <li>each class,</li>
0024: * <li>each feature of each class,</li>
0025: * <li>each enum,</li>
0026: * <li>and each data type</li>
0027: * </ul>
0028: * <!-- end-user-doc -->
0029: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HockeyleagueFactory
0030: * @model kind="package"
0031: * @generated
0032: */
0033: public interface HockeyleaguePackage extends EPackage {
0034: /**
0035: * The package name.
0036: * <!-- begin-user-doc -->
0037: * <!-- end-user-doc -->
0038: * @generated
0039: */
0040: String eNAME = "org.eclipse.ui.examples.views.properties.tabbed.hockeyleague"; //$NON-NLS-1$
0041:
0042: /**
0043: * The package namespace URI.
0044: * <!-- begin-user-doc -->
0045: * <!-- end-user-doc -->
0046: * @generated
0047: */
0048: String eNS_URI = "http:///org/eclipse/ui/views/properties/tabbed/examples/org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.ecore"; //$NON-NLS-1$
0049:
0050: /**
0051: * The package namespace name.
0052: * <!-- begin-user-doc -->
0053: * <!-- end-user-doc -->
0054: * @generated
0055: */
0056: String eNS_PREFIX = "org.eclipse.ui.examples.views.properties.tabbed.hockeyleague"; //$NON-NLS-1$
0057:
0058: /**
0059: * The singleton instance of the package.
0060: * <!-- begin-user-doc -->
0061: * <!-- end-user-doc -->
0062: * @generated
0063: */
0064: HockeyleaguePackage eINSTANCE = org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl
0065: .init();
0066:
0067: /**
0068: * The meta object id for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleagueObjectImpl <em>Object</em>}' class.
0069: * <!-- begin-user-doc -->
0070: * <!-- end-user-doc -->
0071: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleagueObjectImpl
0072: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getHockeyleagueObject()
0073: * @generated
0074: */
0075: int HOCKEYLEAGUE_OBJECT = 5;
0076:
0077: /**
0078: * The feature id for the '<em><b>Name</b></em>' attribute.
0079: * <!-- begin-user-doc -->
0080: * <!-- end-user-doc -->
0081: * @generated
0082: * @ordered
0083: */
0084: int HOCKEYLEAGUE_OBJECT__NAME = 0;
0085:
0086: /**
0087: * The number of structural features of the '<em>Object</em>' class.
0088: * <!-- begin-user-doc -->
0089: * <!-- end-user-doc -->
0090: * @generated
0091: * @ordered
0092: */
0093: int HOCKEYLEAGUE_OBJECT_FEATURE_COUNT = 1;
0094:
0095: /**
0096: * The meta object id for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.ArenaImpl <em>Arena</em>}' class.
0097: * <!-- begin-user-doc -->
0098: * <!-- end-user-doc -->
0099: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.ArenaImpl
0100: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getArena()
0101: * @generated
0102: */
0103: int ARENA = 0;
0104:
0105: /**
0106: * The feature id for the '<em><b>Name</b></em>' attribute.
0107: * <!-- begin-user-doc -->
0108: * <!-- end-user-doc -->
0109: * @generated
0110: * @ordered
0111: */
0112: int ARENA__NAME = HOCKEYLEAGUE_OBJECT__NAME;
0113:
0114: /**
0115: * The feature id for the '<em><b>Address</b></em>' attribute.
0116: * <!-- begin-user-doc -->
0117: * <!-- end-user-doc -->
0118: * @generated
0119: * @ordered
0120: */
0121: int ARENA__ADDRESS = HOCKEYLEAGUE_OBJECT_FEATURE_COUNT + 0;
0122:
0123: /**
0124: * The feature id for the '<em><b>Capacity</b></em>' attribute.
0125: * <!-- begin-user-doc -->
0126: * <!-- end-user-doc -->
0127: * @generated
0128: * @ordered
0129: */
0130: int ARENA__CAPACITY = HOCKEYLEAGUE_OBJECT_FEATURE_COUNT + 1;
0131:
0132: /**
0133: * The number of structural features of the '<em>Arena</em>' class.
0134: * <!-- begin-user-doc -->
0135: * <!-- end-user-doc -->
0136: * @generated
0137: * @ordered
0138: */
0139: int ARENA_FEATURE_COUNT = HOCKEYLEAGUE_OBJECT_FEATURE_COUNT + 2;
0140:
0141: /**
0142: * The meta object id for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.PlayerImpl <em>Player</em>}' class.
0143: * <!-- begin-user-doc -->
0144: * <!-- end-user-doc -->
0145: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.PlayerImpl
0146: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getPlayer()
0147: * @generated
0148: */
0149: int PLAYER = 7;
0150:
0151: /**
0152: * The feature id for the '<em><b>Name</b></em>' attribute.
0153: * <!-- begin-user-doc -->
0154: * <!-- end-user-doc -->
0155: * @generated
0156: * @ordered
0157: */
0158: int PLAYER__NAME = HOCKEYLEAGUE_OBJECT__NAME;
0159:
0160: /**
0161: * The feature id for the '<em><b>Birthplace</b></em>' attribute.
0162: * <!-- begin-user-doc -->
0163: * <!-- end-user-doc -->
0164: * @generated
0165: * @ordered
0166: */
0167: int PLAYER__BIRTHPLACE = HOCKEYLEAGUE_OBJECT_FEATURE_COUNT + 0;
0168:
0169: /**
0170: * The feature id for the '<em><b>Number</b></em>' attribute.
0171: * <!-- begin-user-doc -->
0172: * <!-- end-user-doc -->
0173: * @generated
0174: * @ordered
0175: */
0176: int PLAYER__NUMBER = HOCKEYLEAGUE_OBJECT_FEATURE_COUNT + 1;
0177:
0178: /**
0179: * The feature id for the '<em><b>Height Mesurement</b></em>' attribute.
0180: * <!-- begin-user-doc -->
0181: * <!-- end-user-doc -->
0182: * @generated
0183: * @ordered
0184: */
0185: int PLAYER__HEIGHT_MESUREMENT = HOCKEYLEAGUE_OBJECT_FEATURE_COUNT + 2;
0186:
0187: /**
0188: * The feature id for the '<em><b>Height Value</b></em>' attribute.
0189: * <!-- begin-user-doc -->
0190: * <!-- end-user-doc -->
0191: * @generated
0192: * @ordered
0193: */
0194: int PLAYER__HEIGHT_VALUE = HOCKEYLEAGUE_OBJECT_FEATURE_COUNT + 3;
0195:
0196: /**
0197: * The feature id for the '<em><b>Weight Mesurement</b></em>' attribute.
0198: * <!-- begin-user-doc -->
0199: * <!-- end-user-doc -->
0200: * @generated
0201: * @ordered
0202: */
0203: int PLAYER__WEIGHT_MESUREMENT = HOCKEYLEAGUE_OBJECT_FEATURE_COUNT + 4;
0204:
0205: /**
0206: * The feature id for the '<em><b>Weight Value</b></em>' attribute.
0207: * <!-- begin-user-doc -->
0208: * <!-- end-user-doc -->
0209: * @generated
0210: * @ordered
0211: */
0212: int PLAYER__WEIGHT_VALUE = HOCKEYLEAGUE_OBJECT_FEATURE_COUNT + 5;
0213:
0214: /**
0215: * The feature id for the '<em><b>Shot</b></em>' attribute.
0216: * <!-- begin-user-doc -->
0217: * <!-- end-user-doc -->
0218: * @generated
0219: * @ordered
0220: */
0221: int PLAYER__SHOT = HOCKEYLEAGUE_OBJECT_FEATURE_COUNT + 6;
0222:
0223: /**
0224: * The feature id for the '<em><b>Birthdate</b></em>' attribute.
0225: * <!-- begin-user-doc -->
0226: * <!-- end-user-doc -->
0227: * @generated
0228: * @ordered
0229: */
0230: int PLAYER__BIRTHDATE = HOCKEYLEAGUE_OBJECT_FEATURE_COUNT + 7;
0231:
0232: /**
0233: * The number of structural features of the '<em>Player</em>' class.
0234: * <!-- begin-user-doc -->
0235: * <!-- end-user-doc -->
0236: * @generated
0237: * @ordered
0238: */
0239: int PLAYER_FEATURE_COUNT = HOCKEYLEAGUE_OBJECT_FEATURE_COUNT + 8;
0240:
0241: /**
0242: * The meta object id for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.DefenceImpl <em>Defence</em>}' class.
0243: * <!-- begin-user-doc -->
0244: * <!-- end-user-doc -->
0245: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.DefenceImpl
0246: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getDefence()
0247: * @generated
0248: */
0249: int DEFENCE = 1;
0250:
0251: /**
0252: * The feature id for the '<em><b>Name</b></em>' attribute.
0253: * <!-- begin-user-doc -->
0254: * <!-- end-user-doc -->
0255: * @generated
0256: * @ordered
0257: */
0258: int DEFENCE__NAME = PLAYER__NAME;
0259:
0260: /**
0261: * The feature id for the '<em><b>Birthplace</b></em>' attribute.
0262: * <!-- begin-user-doc -->
0263: * <!-- end-user-doc -->
0264: * @generated
0265: * @ordered
0266: */
0267: int DEFENCE__BIRTHPLACE = PLAYER__BIRTHPLACE;
0268:
0269: /**
0270: * The feature id for the '<em><b>Number</b></em>' attribute.
0271: * <!-- begin-user-doc -->
0272: * <!-- end-user-doc -->
0273: * @generated
0274: * @ordered
0275: */
0276: int DEFENCE__NUMBER = PLAYER__NUMBER;
0277:
0278: /**
0279: * The feature id for the '<em><b>Height Mesurement</b></em>' attribute.
0280: * <!-- begin-user-doc -->
0281: * <!-- end-user-doc -->
0282: * @generated
0283: * @ordered
0284: */
0285: int DEFENCE__HEIGHT_MESUREMENT = PLAYER__HEIGHT_MESUREMENT;
0286:
0287: /**
0288: * The feature id for the '<em><b>Height Value</b></em>' attribute.
0289: * <!-- begin-user-doc -->
0290: * <!-- end-user-doc -->
0291: * @generated
0292: * @ordered
0293: */
0294: int DEFENCE__HEIGHT_VALUE = PLAYER__HEIGHT_VALUE;
0295:
0296: /**
0297: * The feature id for the '<em><b>Weight Mesurement</b></em>' attribute.
0298: * <!-- begin-user-doc -->
0299: * <!-- end-user-doc -->
0300: * @generated
0301: * @ordered
0302: */
0303: int DEFENCE__WEIGHT_MESUREMENT = PLAYER__WEIGHT_MESUREMENT;
0304:
0305: /**
0306: * The feature id for the '<em><b>Weight Value</b></em>' attribute.
0307: * <!-- begin-user-doc -->
0308: * <!-- end-user-doc -->
0309: * @generated
0310: * @ordered
0311: */
0312: int DEFENCE__WEIGHT_VALUE = PLAYER__WEIGHT_VALUE;
0313:
0314: /**
0315: * The feature id for the '<em><b>Shot</b></em>' attribute.
0316: * <!-- begin-user-doc -->
0317: * <!-- end-user-doc -->
0318: * @generated
0319: * @ordered
0320: */
0321: int DEFENCE__SHOT = PLAYER__SHOT;
0322:
0323: /**
0324: * The feature id for the '<em><b>Birthdate</b></em>' attribute.
0325: * <!-- begin-user-doc -->
0326: * <!-- end-user-doc -->
0327: * @generated
0328: * @ordered
0329: */
0330: int DEFENCE__BIRTHDATE = PLAYER__BIRTHDATE;
0331:
0332: /**
0333: * The feature id for the '<em><b>Position</b></em>' attribute.
0334: * <!-- begin-user-doc -->
0335: * <!-- end-user-doc -->
0336: * @generated
0337: * @ordered
0338: */
0339: int DEFENCE__POSITION = PLAYER_FEATURE_COUNT + 0;
0340:
0341: /**
0342: * The feature id for the '<em><b>Player Stats</b></em>' containment reference list.
0343: * <!-- begin-user-doc -->
0344: * <!-- end-user-doc -->
0345: * @generated
0346: * @ordered
0347: */
0348: int DEFENCE__PLAYER_STATS = PLAYER_FEATURE_COUNT + 1;
0349:
0350: /**
0351: * The number of structural features of the '<em>Defence</em>' class.
0352: * <!-- begin-user-doc -->
0353: * <!-- end-user-doc -->
0354: * @generated
0355: * @ordered
0356: */
0357: int DEFENCE_FEATURE_COUNT = PLAYER_FEATURE_COUNT + 2;
0358:
0359: /**
0360: * The meta object id for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.ForwardImpl <em>Forward</em>}' class.
0361: * <!-- begin-user-doc -->
0362: * <!-- end-user-doc -->
0363: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.ForwardImpl
0364: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getForward()
0365: * @generated
0366: */
0367: int FORWARD = 2;
0368:
0369: /**
0370: * The feature id for the '<em><b>Name</b></em>' attribute.
0371: * <!-- begin-user-doc -->
0372: * <!-- end-user-doc -->
0373: * @generated
0374: * @ordered
0375: */
0376: int FORWARD__NAME = PLAYER__NAME;
0377:
0378: /**
0379: * The feature id for the '<em><b>Birthplace</b></em>' attribute.
0380: * <!-- begin-user-doc -->
0381: * <!-- end-user-doc -->
0382: * @generated
0383: * @ordered
0384: */
0385: int FORWARD__BIRTHPLACE = PLAYER__BIRTHPLACE;
0386:
0387: /**
0388: * The feature id for the '<em><b>Number</b></em>' attribute.
0389: * <!-- begin-user-doc -->
0390: * <!-- end-user-doc -->
0391: * @generated
0392: * @ordered
0393: */
0394: int FORWARD__NUMBER = PLAYER__NUMBER;
0395:
0396: /**
0397: * The feature id for the '<em><b>Height Mesurement</b></em>' attribute.
0398: * <!-- begin-user-doc -->
0399: * <!-- end-user-doc -->
0400: * @generated
0401: * @ordered
0402: */
0403: int FORWARD__HEIGHT_MESUREMENT = PLAYER__HEIGHT_MESUREMENT;
0404:
0405: /**
0406: * The feature id for the '<em><b>Height Value</b></em>' attribute.
0407: * <!-- begin-user-doc -->
0408: * <!-- end-user-doc -->
0409: * @generated
0410: * @ordered
0411: */
0412: int FORWARD__HEIGHT_VALUE = PLAYER__HEIGHT_VALUE;
0413:
0414: /**
0415: * The feature id for the '<em><b>Weight Mesurement</b></em>' attribute.
0416: * <!-- begin-user-doc -->
0417: * <!-- end-user-doc -->
0418: * @generated
0419: * @ordered
0420: */
0421: int FORWARD__WEIGHT_MESUREMENT = PLAYER__WEIGHT_MESUREMENT;
0422:
0423: /**
0424: * The feature id for the '<em><b>Weight Value</b></em>' attribute.
0425: * <!-- begin-user-doc -->
0426: * <!-- end-user-doc -->
0427: * @generated
0428: * @ordered
0429: */
0430: int FORWARD__WEIGHT_VALUE = PLAYER__WEIGHT_VALUE;
0431:
0432: /**
0433: * The feature id for the '<em><b>Shot</b></em>' attribute.
0434: * <!-- begin-user-doc -->
0435: * <!-- end-user-doc -->
0436: * @generated
0437: * @ordered
0438: */
0439: int FORWARD__SHOT = PLAYER__SHOT;
0440:
0441: /**
0442: * The feature id for the '<em><b>Birthdate</b></em>' attribute.
0443: * <!-- begin-user-doc -->
0444: * <!-- end-user-doc -->
0445: * @generated
0446: * @ordered
0447: */
0448: int FORWARD__BIRTHDATE = PLAYER__BIRTHDATE;
0449:
0450: /**
0451: * The feature id for the '<em><b>Position</b></em>' attribute.
0452: * <!-- begin-user-doc -->
0453: * <!-- end-user-doc -->
0454: * @generated
0455: * @ordered
0456: */
0457: int FORWARD__POSITION = PLAYER_FEATURE_COUNT + 0;
0458:
0459: /**
0460: * The feature id for the '<em><b>Player Stats</b></em>' containment reference list.
0461: * <!-- begin-user-doc -->
0462: * <!-- end-user-doc -->
0463: * @generated
0464: * @ordered
0465: */
0466: int FORWARD__PLAYER_STATS = PLAYER_FEATURE_COUNT + 1;
0467:
0468: /**
0469: * The number of structural features of the '<em>Forward</em>' class.
0470: * <!-- begin-user-doc -->
0471: * <!-- end-user-doc -->
0472: * @generated
0473: * @ordered
0474: */
0475: int FORWARD_FEATURE_COUNT = PLAYER_FEATURE_COUNT + 2;
0476:
0477: /**
0478: * The meta object id for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.GoalieImpl <em>Goalie</em>}' class.
0479: * <!-- begin-user-doc -->
0480: * <!-- end-user-doc -->
0481: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.GoalieImpl
0482: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getGoalie()
0483: * @generated
0484: */
0485: int GOALIE = 3;
0486:
0487: /**
0488: * The feature id for the '<em><b>Name</b></em>' attribute.
0489: * <!-- begin-user-doc -->
0490: * <!-- end-user-doc -->
0491: * @generated
0492: * @ordered
0493: */
0494: int GOALIE__NAME = PLAYER__NAME;
0495:
0496: /**
0497: * The feature id for the '<em><b>Birthplace</b></em>' attribute.
0498: * <!-- begin-user-doc -->
0499: * <!-- end-user-doc -->
0500: * @generated
0501: * @ordered
0502: */
0503: int GOALIE__BIRTHPLACE = PLAYER__BIRTHPLACE;
0504:
0505: /**
0506: * The feature id for the '<em><b>Number</b></em>' attribute.
0507: * <!-- begin-user-doc -->
0508: * <!-- end-user-doc -->
0509: * @generated
0510: * @ordered
0511: */
0512: int GOALIE__NUMBER = PLAYER__NUMBER;
0513:
0514: /**
0515: * The feature id for the '<em><b>Height Mesurement</b></em>' attribute.
0516: * <!-- begin-user-doc -->
0517: * <!-- end-user-doc -->
0518: * @generated
0519: * @ordered
0520: */
0521: int GOALIE__HEIGHT_MESUREMENT = PLAYER__HEIGHT_MESUREMENT;
0522:
0523: /**
0524: * The feature id for the '<em><b>Height Value</b></em>' attribute.
0525: * <!-- begin-user-doc -->
0526: * <!-- end-user-doc -->
0527: * @generated
0528: * @ordered
0529: */
0530: int GOALIE__HEIGHT_VALUE = PLAYER__HEIGHT_VALUE;
0531:
0532: /**
0533: * The feature id for the '<em><b>Weight Mesurement</b></em>' attribute.
0534: * <!-- begin-user-doc -->
0535: * <!-- end-user-doc -->
0536: * @generated
0537: * @ordered
0538: */
0539: int GOALIE__WEIGHT_MESUREMENT = PLAYER__WEIGHT_MESUREMENT;
0540:
0541: /**
0542: * The feature id for the '<em><b>Weight Value</b></em>' attribute.
0543: * <!-- begin-user-doc -->
0544: * <!-- end-user-doc -->
0545: * @generated
0546: * @ordered
0547: */
0548: int GOALIE__WEIGHT_VALUE = PLAYER__WEIGHT_VALUE;
0549:
0550: /**
0551: * The feature id for the '<em><b>Shot</b></em>' attribute.
0552: * <!-- begin-user-doc -->
0553: * <!-- end-user-doc -->
0554: * @generated
0555: * @ordered
0556: */
0557: int GOALIE__SHOT = PLAYER__SHOT;
0558:
0559: /**
0560: * The feature id for the '<em><b>Birthdate</b></em>' attribute.
0561: * <!-- begin-user-doc -->
0562: * <!-- end-user-doc -->
0563: * @generated
0564: * @ordered
0565: */
0566: int GOALIE__BIRTHDATE = PLAYER__BIRTHDATE;
0567:
0568: /**
0569: * The feature id for the '<em><b>Goalie Stats</b></em>' containment reference list.
0570: * <!-- begin-user-doc -->
0571: * <!-- end-user-doc -->
0572: * @generated
0573: * @ordered
0574: */
0575: int GOALIE__GOALIE_STATS = PLAYER_FEATURE_COUNT + 0;
0576:
0577: /**
0578: * The number of structural features of the '<em>Goalie</em>' class.
0579: * <!-- begin-user-doc -->
0580: * <!-- end-user-doc -->
0581: * @generated
0582: * @ordered
0583: */
0584: int GOALIE_FEATURE_COUNT = PLAYER_FEATURE_COUNT + 1;
0585:
0586: /**
0587: * The meta object id for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.GoalieStatsImpl <em>Goalie Stats</em>}' class.
0588: * <!-- begin-user-doc -->
0589: * <!-- end-user-doc -->
0590: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.GoalieStatsImpl
0591: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getGoalieStats()
0592: * @generated
0593: */
0594: int GOALIE_STATS = 4;
0595:
0596: /**
0597: * The feature id for the '<em><b>Year</b></em>' attribute.
0598: * <!-- begin-user-doc -->
0599: * <!-- end-user-doc -->
0600: * @generated
0601: * @ordered
0602: */
0603: int GOALIE_STATS__YEAR = 0;
0604:
0605: /**
0606: * The feature id for the '<em><b>Team</b></em>' reference.
0607: * <!-- begin-user-doc -->
0608: * <!-- end-user-doc -->
0609: * @generated
0610: * @ordered
0611: */
0612: int GOALIE_STATS__TEAM = 1;
0613:
0614: /**
0615: * The feature id for the '<em><b>Games Played In</b></em>' attribute.
0616: * <!-- begin-user-doc -->
0617: * <!-- end-user-doc -->
0618: * @generated
0619: * @ordered
0620: */
0621: int GOALIE_STATS__GAMES_PLAYED_IN = 2;
0622:
0623: /**
0624: * The feature id for the '<em><b>Minutes Played In</b></em>' attribute.
0625: * <!-- begin-user-doc -->
0626: * <!-- end-user-doc -->
0627: * @generated
0628: * @ordered
0629: */
0630: int GOALIE_STATS__MINUTES_PLAYED_IN = 3;
0631:
0632: /**
0633: * The feature id for the '<em><b>Goals Against Average</b></em>' attribute.
0634: * <!-- begin-user-doc -->
0635: * <!-- end-user-doc -->
0636: * @generated
0637: * @ordered
0638: */
0639: int GOALIE_STATS__GOALS_AGAINST_AVERAGE = 4;
0640:
0641: /**
0642: * The feature id for the '<em><b>Wins</b></em>' attribute.
0643: * <!-- begin-user-doc -->
0644: * <!-- end-user-doc -->
0645: * @generated
0646: * @ordered
0647: */
0648: int GOALIE_STATS__WINS = 5;
0649:
0650: /**
0651: * The feature id for the '<em><b>Losses</b></em>' attribute.
0652: * <!-- begin-user-doc -->
0653: * <!-- end-user-doc -->
0654: * @generated
0655: * @ordered
0656: */
0657: int GOALIE_STATS__LOSSES = 6;
0658:
0659: /**
0660: * The feature id for the '<em><b>Ties</b></em>' attribute.
0661: * <!-- begin-user-doc -->
0662: * <!-- end-user-doc -->
0663: * @generated
0664: * @ordered
0665: */
0666: int GOALIE_STATS__TIES = 7;
0667:
0668: /**
0669: * The feature id for the '<em><b>Empty Net Goals</b></em>' attribute.
0670: * <!-- begin-user-doc -->
0671: * <!-- end-user-doc -->
0672: * @generated
0673: * @ordered
0674: */
0675: int GOALIE_STATS__EMPTY_NET_GOALS = 8;
0676:
0677: /**
0678: * The feature id for the '<em><b>Shutouts</b></em>' attribute.
0679: * <!-- begin-user-doc -->
0680: * <!-- end-user-doc -->
0681: * @generated
0682: * @ordered
0683: */
0684: int GOALIE_STATS__SHUTOUTS = 9;
0685:
0686: /**
0687: * The feature id for the '<em><b>Goals Against</b></em>' attribute.
0688: * <!-- begin-user-doc -->
0689: * <!-- end-user-doc -->
0690: * @generated
0691: * @ordered
0692: */
0693: int GOALIE_STATS__GOALS_AGAINST = 10;
0694:
0695: /**
0696: * The feature id for the '<em><b>Saves</b></em>' attribute.
0697: * <!-- begin-user-doc -->
0698: * <!-- end-user-doc -->
0699: * @generated
0700: * @ordered
0701: */
0702: int GOALIE_STATS__SAVES = 11;
0703:
0704: /**
0705: * The feature id for the '<em><b>Penalty Minutes</b></em>' attribute.
0706: * <!-- begin-user-doc -->
0707: * <!-- end-user-doc -->
0708: * @generated
0709: * @ordered
0710: */
0711: int GOALIE_STATS__PENALTY_MINUTES = 12;
0712:
0713: /**
0714: * The feature id for the '<em><b>Goals</b></em>' attribute.
0715: * <!-- begin-user-doc -->
0716: * <!-- end-user-doc -->
0717: * @generated
0718: * @ordered
0719: */
0720: int GOALIE_STATS__GOALS = 13;
0721:
0722: /**
0723: * The feature id for the '<em><b>Assists</b></em>' attribute.
0724: * <!-- begin-user-doc -->
0725: * <!-- end-user-doc -->
0726: * @generated
0727: * @ordered
0728: */
0729: int GOALIE_STATS__ASSISTS = 14;
0730:
0731: /**
0732: * The feature id for the '<em><b>Points</b></em>' attribute.
0733: * <!-- begin-user-doc -->
0734: * <!-- end-user-doc -->
0735: * @generated
0736: * @ordered
0737: */
0738: int GOALIE_STATS__POINTS = 15;
0739:
0740: /**
0741: * The number of structural features of the '<em>Goalie Stats</em>' class.
0742: * <!-- begin-user-doc -->
0743: * <!-- end-user-doc -->
0744: * @generated
0745: * @ordered
0746: */
0747: int GOALIE_STATS_FEATURE_COUNT = 16;
0748:
0749: /**
0750: * The meta object id for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.LeagueImpl <em>League</em>}' class.
0751: * <!-- begin-user-doc -->
0752: * <!-- end-user-doc -->
0753: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.LeagueImpl
0754: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getLeague()
0755: * @generated
0756: */
0757: int LEAGUE = 6;
0758:
0759: /**
0760: * The feature id for the '<em><b>Name</b></em>' attribute.
0761: * <!-- begin-user-doc -->
0762: * <!-- end-user-doc -->
0763: * @generated
0764: * @ordered
0765: */
0766: int LEAGUE__NAME = HOCKEYLEAGUE_OBJECT__NAME;
0767:
0768: /**
0769: * The feature id for the '<em><b>Headoffice</b></em>' attribute.
0770: * <!-- begin-user-doc -->
0771: * <!-- end-user-doc -->
0772: * @generated
0773: * @ordered
0774: */
0775: int LEAGUE__HEADOFFICE = HOCKEYLEAGUE_OBJECT_FEATURE_COUNT + 0;
0776:
0777: /**
0778: * The feature id for the '<em><b>Teams</b></em>' containment reference list.
0779: * <!-- begin-user-doc -->
0780: * <!-- end-user-doc -->
0781: * @generated
0782: * @ordered
0783: */
0784: int LEAGUE__TEAMS = HOCKEYLEAGUE_OBJECT_FEATURE_COUNT + 1;
0785:
0786: /**
0787: * The number of structural features of the '<em>League</em>' class.
0788: * <!-- begin-user-doc -->
0789: * <!-- end-user-doc -->
0790: * @generated
0791: * @ordered
0792: */
0793: int LEAGUE_FEATURE_COUNT = HOCKEYLEAGUE_OBJECT_FEATURE_COUNT + 2;
0794:
0795: /**
0796: * The meta object id for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.PlayerStatsImpl <em>Player Stats</em>}' class.
0797: * <!-- begin-user-doc -->
0798: * <!-- end-user-doc -->
0799: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.PlayerStatsImpl
0800: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getPlayerStats()
0801: * @generated
0802: */
0803: int PLAYER_STATS = 8;
0804:
0805: /**
0806: * The feature id for the '<em><b>Year</b></em>' attribute.
0807: * <!-- begin-user-doc -->
0808: * <!-- end-user-doc -->
0809: * @generated
0810: * @ordered
0811: */
0812: int PLAYER_STATS__YEAR = 0;
0813:
0814: /**
0815: * The feature id for the '<em><b>Team</b></em>' reference.
0816: * <!-- begin-user-doc -->
0817: * <!-- end-user-doc -->
0818: * @generated
0819: * @ordered
0820: */
0821: int PLAYER_STATS__TEAM = 1;
0822:
0823: /**
0824: * The feature id for the '<em><b>Games Played In</b></em>' attribute.
0825: * <!-- begin-user-doc -->
0826: * <!-- end-user-doc -->
0827: * @generated
0828: * @ordered
0829: */
0830: int PLAYER_STATS__GAMES_PLAYED_IN = 2;
0831:
0832: /**
0833: * The feature id for the '<em><b>Goals</b></em>' attribute.
0834: * <!-- begin-user-doc -->
0835: * <!-- end-user-doc -->
0836: * @generated
0837: * @ordered
0838: */
0839: int PLAYER_STATS__GOALS = 3;
0840:
0841: /**
0842: * The feature id for the '<em><b>Assists</b></em>' attribute.
0843: * <!-- begin-user-doc -->
0844: * <!-- end-user-doc -->
0845: * @generated
0846: * @ordered
0847: */
0848: int PLAYER_STATS__ASSISTS = 4;
0849:
0850: /**
0851: * The feature id for the '<em><b>Points</b></em>' attribute.
0852: * <!-- begin-user-doc -->
0853: * <!-- end-user-doc -->
0854: * @generated
0855: * @ordered
0856: */
0857: int PLAYER_STATS__POINTS = 5;
0858:
0859: /**
0860: * The feature id for the '<em><b>Plus Minus</b></em>' attribute.
0861: * <!-- begin-user-doc -->
0862: * <!-- end-user-doc -->
0863: * @generated
0864: * @ordered
0865: */
0866: int PLAYER_STATS__PLUS_MINUS = 6;
0867:
0868: /**
0869: * The feature id for the '<em><b>Penalty Minutes</b></em>' attribute.
0870: * <!-- begin-user-doc -->
0871: * <!-- end-user-doc -->
0872: * @generated
0873: * @ordered
0874: */
0875: int PLAYER_STATS__PENALTY_MINUTES = 7;
0876:
0877: /**
0878: * The feature id for the '<em><b>Power Play Goals</b></em>' attribute.
0879: * <!-- begin-user-doc -->
0880: * <!-- end-user-doc -->
0881: * @generated
0882: * @ordered
0883: */
0884: int PLAYER_STATS__POWER_PLAY_GOALS = 8;
0885:
0886: /**
0887: * The feature id for the '<em><b>Short Handed Goals</b></em>' attribute.
0888: * <!-- begin-user-doc -->
0889: * <!-- end-user-doc -->
0890: * @generated
0891: * @ordered
0892: */
0893: int PLAYER_STATS__SHORT_HANDED_GOALS = 9;
0894:
0895: /**
0896: * The feature id for the '<em><b>Game Winning Goals</b></em>' attribute.
0897: * <!-- begin-user-doc -->
0898: * <!-- end-user-doc -->
0899: * @generated
0900: * @ordered
0901: */
0902: int PLAYER_STATS__GAME_WINNING_GOALS = 10;
0903:
0904: /**
0905: * The feature id for the '<em><b>Shots</b></em>' attribute.
0906: * <!-- begin-user-doc -->
0907: * <!-- end-user-doc -->
0908: * @generated
0909: * @ordered
0910: */
0911: int PLAYER_STATS__SHOTS = 11;
0912:
0913: /**
0914: * The feature id for the '<em><b>Shot Percentage</b></em>' attribute.
0915: * <!-- begin-user-doc -->
0916: * <!-- end-user-doc -->
0917: * @generated
0918: * @ordered
0919: */
0920: int PLAYER_STATS__SHOT_PERCENTAGE = 12;
0921:
0922: /**
0923: * The number of structural features of the '<em>Player Stats</em>' class.
0924: * <!-- begin-user-doc -->
0925: * <!-- end-user-doc -->
0926: * @generated
0927: * @ordered
0928: */
0929: int PLAYER_STATS_FEATURE_COUNT = 13;
0930:
0931: /**
0932: * The meta object id for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.TeamImpl <em>Team</em>}' class.
0933: * <!-- begin-user-doc -->
0934: * <!-- end-user-doc -->
0935: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.TeamImpl
0936: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getTeam()
0937: * @generated
0938: */
0939: int TEAM = 9;
0940:
0941: /**
0942: * The feature id for the '<em><b>Name</b></em>' attribute.
0943: * <!-- begin-user-doc -->
0944: * <!-- end-user-doc -->
0945: * @generated
0946: * @ordered
0947: */
0948: int TEAM__NAME = HOCKEYLEAGUE_OBJECT__NAME;
0949:
0950: /**
0951: * The feature id for the '<em><b>Forwards</b></em>' containment reference list.
0952: * <!-- begin-user-doc -->
0953: * <!-- end-user-doc -->
0954: * @generated
0955: * @ordered
0956: */
0957: int TEAM__FORWARDS = HOCKEYLEAGUE_OBJECT_FEATURE_COUNT + 0;
0958:
0959: /**
0960: * The feature id for the '<em><b>Defencemen</b></em>' containment reference list.
0961: * <!-- begin-user-doc -->
0962: * <!-- end-user-doc -->
0963: * @generated
0964: * @ordered
0965: */
0966: int TEAM__DEFENCEMEN = HOCKEYLEAGUE_OBJECT_FEATURE_COUNT + 1;
0967:
0968: /**
0969: * The feature id for the '<em><b>Goalies</b></em>' containment reference list.
0970: * <!-- begin-user-doc -->
0971: * <!-- end-user-doc -->
0972: * @generated
0973: * @ordered
0974: */
0975: int TEAM__GOALIES = HOCKEYLEAGUE_OBJECT_FEATURE_COUNT + 2;
0976:
0977: /**
0978: * The feature id for the '<em><b>Arena</b></em>' containment reference.
0979: * <!-- begin-user-doc -->
0980: * <!-- end-user-doc -->
0981: * @generated
0982: * @ordered
0983: */
0984: int TEAM__ARENA = HOCKEYLEAGUE_OBJECT_FEATURE_COUNT + 3;
0985:
0986: /**
0987: * The number of structural features of the '<em>Team</em>' class.
0988: * <!-- begin-user-doc -->
0989: * <!-- end-user-doc -->
0990: * @generated
0991: * @ordered
0992: */
0993: int TEAM_FEATURE_COUNT = HOCKEYLEAGUE_OBJECT_FEATURE_COUNT + 4;
0994:
0995: /**
0996: * The meta object id for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.DefencePositionKind <em>Defence Position Kind</em>}' enum.
0997: * <!-- begin-user-doc -->
0998: * <!-- end-user-doc -->
0999: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.DefencePositionKind
1000: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getDefencePositionKind()
1001: * @generated
1002: */
1003: int DEFENCE_POSITION_KIND = 10;
1004:
1005: /**
1006: * The meta object id for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.ForwardPositionKind <em>Forward Position Kind</em>}' enum.
1007: * <!-- begin-user-doc -->
1008: * <!-- end-user-doc -->
1009: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.ForwardPositionKind
1010: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getForwardPositionKind()
1011: * @generated
1012: */
1013: int FORWARD_POSITION_KIND = 11;
1014:
1015: /**
1016: * The meta object id for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HeightKind <em>Height Kind</em>}' enum.
1017: * <!-- begin-user-doc -->
1018: * <!-- end-user-doc -->
1019: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HeightKind
1020: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getHeightKind()
1021: * @generated
1022: */
1023: int HEIGHT_KIND = 12;
1024:
1025: /**
1026: * The meta object id for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.ShotKind <em>Shot Kind</em>}' enum.
1027: * <!-- begin-user-doc -->
1028: * <!-- end-user-doc -->
1029: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.ShotKind
1030: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getShotKind()
1031: * @generated
1032: */
1033: int SHOT_KIND = 13;
1034:
1035: /**
1036: * The meta object id for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.WeightKind <em>Weight Kind</em>}' enum.
1037: * <!-- begin-user-doc -->
1038: * <!-- end-user-doc -->
1039: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.WeightKind
1040: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getWeightKind()
1041: * @generated
1042: */
1043: int WEIGHT_KIND = 14;
1044:
1045: /**
1046: * Returns the meta object for class '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Arena <em>Arena</em>}'.
1047: * <!-- begin-user-doc -->
1048: * <!-- end-user-doc -->
1049: * @return the meta object for class '<em>Arena</em>'.
1050: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Arena
1051: * @generated
1052: */
1053: EClass getArena();
1054:
1055: /**
1056: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Arena#getAddress <em>Address</em>}'.
1057: * <!-- begin-user-doc -->
1058: * <!-- end-user-doc -->
1059: * @return the meta object for the attribute '<em>Address</em>'.
1060: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Arena#getAddress()
1061: * @see #getArena()
1062: * @generated
1063: */
1064: EAttribute getArena_Address();
1065:
1066: /**
1067: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Arena#getCapacity <em>Capacity</em>}'.
1068: * <!-- begin-user-doc -->
1069: * <!-- end-user-doc -->
1070: * @return the meta object for the attribute '<em>Capacity</em>'.
1071: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Arena#getCapacity()
1072: * @see #getArena()
1073: * @generated
1074: */
1075: EAttribute getArena_Capacity();
1076:
1077: /**
1078: * Returns the meta object for class '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Defence <em>Defence</em>}'.
1079: * <!-- begin-user-doc -->
1080: * <!-- end-user-doc -->
1081: * @return the meta object for class '<em>Defence</em>'.
1082: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Defence
1083: * @generated
1084: */
1085: EClass getDefence();
1086:
1087: /**
1088: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Defence#getPosition <em>Position</em>}'.
1089: * <!-- begin-user-doc -->
1090: * <!-- end-user-doc -->
1091: * @return the meta object for the attribute '<em>Position</em>'.
1092: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Defence#getPosition()
1093: * @see #getDefence()
1094: * @generated
1095: */
1096: EAttribute getDefence_Position();
1097:
1098: /**
1099: * Returns the meta object for the containment reference list '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Defence#getPlayerStats <em>Player Stats</em>}'.
1100: * <!-- begin-user-doc -->
1101: * <!-- end-user-doc -->
1102: * @return the meta object for the containment reference list '<em>Player Stats</em>'.
1103: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Defence#getPlayerStats()
1104: * @see #getDefence()
1105: * @generated
1106: */
1107: EReference getDefence_PlayerStats();
1108:
1109: /**
1110: * Returns the meta object for class '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Forward <em>Forward</em>}'.
1111: * <!-- begin-user-doc -->
1112: * <!-- end-user-doc -->
1113: * @return the meta object for class '<em>Forward</em>'.
1114: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Forward
1115: * @generated
1116: */
1117: EClass getForward();
1118:
1119: /**
1120: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Forward#getPosition <em>Position</em>}'.
1121: * <!-- begin-user-doc -->
1122: * <!-- end-user-doc -->
1123: * @return the meta object for the attribute '<em>Position</em>'.
1124: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Forward#getPosition()
1125: * @see #getForward()
1126: * @generated
1127: */
1128: EAttribute getForward_Position();
1129:
1130: /**
1131: * Returns the meta object for the containment reference list '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Forward#getPlayerStats <em>Player Stats</em>}'.
1132: * <!-- begin-user-doc -->
1133: * <!-- end-user-doc -->
1134: * @return the meta object for the containment reference list '<em>Player Stats</em>'.
1135: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Forward#getPlayerStats()
1136: * @see #getForward()
1137: * @generated
1138: */
1139: EReference getForward_PlayerStats();
1140:
1141: /**
1142: * Returns the meta object for class '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Goalie <em>Goalie</em>}'.
1143: * <!-- begin-user-doc -->
1144: * <!-- end-user-doc -->
1145: * @return the meta object for class '<em>Goalie</em>'.
1146: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Goalie
1147: * @generated
1148: */
1149: EClass getGoalie();
1150:
1151: /**
1152: * Returns the meta object for the containment reference list '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Goalie#getGoalieStats <em>Goalie Stats</em>}'.
1153: * <!-- begin-user-doc -->
1154: * <!-- end-user-doc -->
1155: * @return the meta object for the containment reference list '<em>Goalie Stats</em>'.
1156: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Goalie#getGoalieStats()
1157: * @see #getGoalie()
1158: * @generated
1159: */
1160: EReference getGoalie_GoalieStats();
1161:
1162: /**
1163: * Returns the meta object for class '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats <em>Goalie Stats</em>}'.
1164: * <!-- begin-user-doc -->
1165: * <!-- end-user-doc -->
1166: * @return the meta object for class '<em>Goalie Stats</em>'.
1167: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats
1168: * @generated
1169: */
1170: EClass getGoalieStats();
1171:
1172: /**
1173: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getYear <em>Year</em>}'.
1174: * <!-- begin-user-doc -->
1175: * <!-- end-user-doc -->
1176: * @return the meta object for the attribute '<em>Year</em>'.
1177: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getYear()
1178: * @see #getGoalieStats()
1179: * @generated
1180: */
1181: EAttribute getGoalieStats_Year();
1182:
1183: /**
1184: * Returns the meta object for the reference '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getTeam <em>Team</em>}'.
1185: * <!-- begin-user-doc -->
1186: * <!-- end-user-doc -->
1187: * @return the meta object for the reference '<em>Team</em>'.
1188: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getTeam()
1189: * @see #getGoalieStats()
1190: * @generated
1191: */
1192: EReference getGoalieStats_Team();
1193:
1194: /**
1195: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getGamesPlayedIn <em>Games Played In</em>}'.
1196: * <!-- begin-user-doc -->
1197: * <!-- end-user-doc -->
1198: * @return the meta object for the attribute '<em>Games Played In</em>'.
1199: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getGamesPlayedIn()
1200: * @see #getGoalieStats()
1201: * @generated
1202: */
1203: EAttribute getGoalieStats_GamesPlayedIn();
1204:
1205: /**
1206: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getMinutesPlayedIn <em>Minutes Played In</em>}'.
1207: * <!-- begin-user-doc -->
1208: * <!-- end-user-doc -->
1209: * @return the meta object for the attribute '<em>Minutes Played In</em>'.
1210: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getMinutesPlayedIn()
1211: * @see #getGoalieStats()
1212: * @generated
1213: */
1214: EAttribute getGoalieStats_MinutesPlayedIn();
1215:
1216: /**
1217: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getGoalsAgainstAverage <em>Goals Against Average</em>}'.
1218: * <!-- begin-user-doc -->
1219: * <!-- end-user-doc -->
1220: * @return the meta object for the attribute '<em>Goals Against Average</em>'.
1221: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getGoalsAgainstAverage()
1222: * @see #getGoalieStats()
1223: * @generated
1224: */
1225: EAttribute getGoalieStats_GoalsAgainstAverage();
1226:
1227: /**
1228: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getWins <em>Wins</em>}'.
1229: * <!-- begin-user-doc -->
1230: * <!-- end-user-doc -->
1231: * @return the meta object for the attribute '<em>Wins</em>'.
1232: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getWins()
1233: * @see #getGoalieStats()
1234: * @generated
1235: */
1236: EAttribute getGoalieStats_Wins();
1237:
1238: /**
1239: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getLosses <em>Losses</em>}'.
1240: * <!-- begin-user-doc -->
1241: * <!-- end-user-doc -->
1242: * @return the meta object for the attribute '<em>Losses</em>'.
1243: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getLosses()
1244: * @see #getGoalieStats()
1245: * @generated
1246: */
1247: EAttribute getGoalieStats_Losses();
1248:
1249: /**
1250: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getTies <em>Ties</em>}'.
1251: * <!-- begin-user-doc -->
1252: * <!-- end-user-doc -->
1253: * @return the meta object for the attribute '<em>Ties</em>'.
1254: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getTies()
1255: * @see #getGoalieStats()
1256: * @generated
1257: */
1258: EAttribute getGoalieStats_Ties();
1259:
1260: /**
1261: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getEmptyNetGoals <em>Empty Net Goals</em>}'.
1262: * <!-- begin-user-doc -->
1263: * <!-- end-user-doc -->
1264: * @return the meta object for the attribute '<em>Empty Net Goals</em>'.
1265: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getEmptyNetGoals()
1266: * @see #getGoalieStats()
1267: * @generated
1268: */
1269: EAttribute getGoalieStats_EmptyNetGoals();
1270:
1271: /**
1272: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getShutouts <em>Shutouts</em>}'.
1273: * <!-- begin-user-doc -->
1274: * <!-- end-user-doc -->
1275: * @return the meta object for the attribute '<em>Shutouts</em>'.
1276: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getShutouts()
1277: * @see #getGoalieStats()
1278: * @generated
1279: */
1280: EAttribute getGoalieStats_Shutouts();
1281:
1282: /**
1283: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getGoalsAgainst <em>Goals Against</em>}'.
1284: * <!-- begin-user-doc -->
1285: * <!-- end-user-doc -->
1286: * @return the meta object for the attribute '<em>Goals Against</em>'.
1287: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getGoalsAgainst()
1288: * @see #getGoalieStats()
1289: * @generated
1290: */
1291: EAttribute getGoalieStats_GoalsAgainst();
1292:
1293: /**
1294: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getSaves <em>Saves</em>}'.
1295: * <!-- begin-user-doc -->
1296: * <!-- end-user-doc -->
1297: * @return the meta object for the attribute '<em>Saves</em>'.
1298: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getSaves()
1299: * @see #getGoalieStats()
1300: * @generated
1301: */
1302: EAttribute getGoalieStats_Saves();
1303:
1304: /**
1305: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getPenaltyMinutes <em>Penalty Minutes</em>}'.
1306: * <!-- begin-user-doc -->
1307: * <!-- end-user-doc -->
1308: * @return the meta object for the attribute '<em>Penalty Minutes</em>'.
1309: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getPenaltyMinutes()
1310: * @see #getGoalieStats()
1311: * @generated
1312: */
1313: EAttribute getGoalieStats_PenaltyMinutes();
1314:
1315: /**
1316: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getGoals <em>Goals</em>}'.
1317: * <!-- begin-user-doc -->
1318: * <!-- end-user-doc -->
1319: * @return the meta object for the attribute '<em>Goals</em>'.
1320: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getGoals()
1321: * @see #getGoalieStats()
1322: * @generated
1323: */
1324: EAttribute getGoalieStats_Goals();
1325:
1326: /**
1327: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getAssists <em>Assists</em>}'.
1328: * <!-- begin-user-doc -->
1329: * <!-- end-user-doc -->
1330: * @return the meta object for the attribute '<em>Assists</em>'.
1331: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getAssists()
1332: * @see #getGoalieStats()
1333: * @generated
1334: */
1335: EAttribute getGoalieStats_Assists();
1336:
1337: /**
1338: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getPoints <em>Points</em>}'.
1339: * <!-- begin-user-doc -->
1340: * <!-- end-user-doc -->
1341: * @return the meta object for the attribute '<em>Points</em>'.
1342: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats#getPoints()
1343: * @see #getGoalieStats()
1344: * @generated
1345: */
1346: EAttribute getGoalieStats_Points();
1347:
1348: /**
1349: * Returns the meta object for class '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HockeyleagueObject <em>Object</em>}'.
1350: * <!-- begin-user-doc -->
1351: * <!-- end-user-doc -->
1352: * @return the meta object for class '<em>Object</em>'.
1353: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HockeyleagueObject
1354: * @generated
1355: */
1356: EClass getHockeyleagueObject();
1357:
1358: /**
1359: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HockeyleagueObject#getName <em>Name</em>}'.
1360: * <!-- begin-user-doc -->
1361: * <!-- end-user-doc -->
1362: * @return the meta object for the attribute '<em>Name</em>'.
1363: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HockeyleagueObject#getName()
1364: * @see #getHockeyleagueObject()
1365: * @generated
1366: */
1367: EAttribute getHockeyleagueObject_Name();
1368:
1369: /**
1370: * Returns the meta object for class '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.League <em>League</em>}'.
1371: * <!-- begin-user-doc -->
1372: * <!-- end-user-doc -->
1373: * @return the meta object for class '<em>League</em>'.
1374: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.League
1375: * @generated
1376: */
1377: EClass getLeague();
1378:
1379: /**
1380: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.League#getHeadoffice <em>Headoffice</em>}'.
1381: * <!-- begin-user-doc -->
1382: * <!-- end-user-doc -->
1383: * @return the meta object for the attribute '<em>Headoffice</em>'.
1384: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.League#getHeadoffice()
1385: * @see #getLeague()
1386: * @generated
1387: */
1388: EAttribute getLeague_Headoffice();
1389:
1390: /**
1391: * Returns the meta object for the containment reference list '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.League#getTeams <em>Teams</em>}'.
1392: * <!-- begin-user-doc -->
1393: * <!-- end-user-doc -->
1394: * @return the meta object for the containment reference list '<em>Teams</em>'.
1395: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.League#getTeams()
1396: * @see #getLeague()
1397: * @generated
1398: */
1399: EReference getLeague_Teams();
1400:
1401: /**
1402: * Returns the meta object for class '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Player <em>Player</em>}'.
1403: * <!-- begin-user-doc -->
1404: * <!-- end-user-doc -->
1405: * @return the meta object for class '<em>Player</em>'.
1406: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Player
1407: * @generated
1408: */
1409: EClass getPlayer();
1410:
1411: /**
1412: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Player#getBirthplace <em>Birthplace</em>}'.
1413: * <!-- begin-user-doc -->
1414: * <!-- end-user-doc -->
1415: * @return the meta object for the attribute '<em>Birthplace</em>'.
1416: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Player#getBirthplace()
1417: * @see #getPlayer()
1418: * @generated
1419: */
1420: EAttribute getPlayer_Birthplace();
1421:
1422: /**
1423: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Player#getNumber <em>Number</em>}'.
1424: * <!-- begin-user-doc -->
1425: * <!-- end-user-doc -->
1426: * @return the meta object for the attribute '<em>Number</em>'.
1427: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Player#getNumber()
1428: * @see #getPlayer()
1429: * @generated
1430: */
1431: EAttribute getPlayer_Number();
1432:
1433: /**
1434: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Player#getHeightMesurement <em>Height Mesurement</em>}'.
1435: * <!-- begin-user-doc -->
1436: * <!-- end-user-doc -->
1437: * @return the meta object for the attribute '<em>Height Mesurement</em>'.
1438: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Player#getHeightMesurement()
1439: * @see #getPlayer()
1440: * @generated
1441: */
1442: EAttribute getPlayer_HeightMesurement();
1443:
1444: /**
1445: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Player#getHeightValue <em>Height Value</em>}'.
1446: * <!-- begin-user-doc -->
1447: * <!-- end-user-doc -->
1448: * @return the meta object for the attribute '<em>Height Value</em>'.
1449: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Player#getHeightValue()
1450: * @see #getPlayer()
1451: * @generated
1452: */
1453: EAttribute getPlayer_HeightValue();
1454:
1455: /**
1456: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Player#getWeightMesurement <em>Weight Mesurement</em>}'.
1457: * <!-- begin-user-doc -->
1458: * <!-- end-user-doc -->
1459: * @return the meta object for the attribute '<em>Weight Mesurement</em>'.
1460: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Player#getWeightMesurement()
1461: * @see #getPlayer()
1462: * @generated
1463: */
1464: EAttribute getPlayer_WeightMesurement();
1465:
1466: /**
1467: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Player#getWeightValue <em>Weight Value</em>}'.
1468: * <!-- begin-user-doc -->
1469: * <!-- end-user-doc -->
1470: * @return the meta object for the attribute '<em>Weight Value</em>'.
1471: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Player#getWeightValue()
1472: * @see #getPlayer()
1473: * @generated
1474: */
1475: EAttribute getPlayer_WeightValue();
1476:
1477: /**
1478: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Player#getShot <em>Shot</em>}'.
1479: * <!-- begin-user-doc -->
1480: * <!-- end-user-doc -->
1481: * @return the meta object for the attribute '<em>Shot</em>'.
1482: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Player#getShot()
1483: * @see #getPlayer()
1484: * @generated
1485: */
1486: EAttribute getPlayer_Shot();
1487:
1488: /**
1489: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Player#getBirthdate <em>Birthdate</em>}'.
1490: * <!-- begin-user-doc -->
1491: * <!-- end-user-doc -->
1492: * @return the meta object for the attribute '<em>Birthdate</em>'.
1493: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Player#getBirthdate()
1494: * @see #getPlayer()
1495: * @generated
1496: */
1497: EAttribute getPlayer_Birthdate();
1498:
1499: /**
1500: * Returns the meta object for class '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats <em>Player Stats</em>}'.
1501: * <!-- begin-user-doc -->
1502: * <!-- end-user-doc -->
1503: * @return the meta object for class '<em>Player Stats</em>'.
1504: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats
1505: * @generated
1506: */
1507: EClass getPlayerStats();
1508:
1509: /**
1510: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getYear <em>Year</em>}'.
1511: * <!-- begin-user-doc -->
1512: * <!-- end-user-doc -->
1513: * @return the meta object for the attribute '<em>Year</em>'.
1514: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getYear()
1515: * @see #getPlayerStats()
1516: * @generated
1517: */
1518: EAttribute getPlayerStats_Year();
1519:
1520: /**
1521: * Returns the meta object for the reference '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getTeam <em>Team</em>}'.
1522: * <!-- begin-user-doc -->
1523: * <!-- end-user-doc -->
1524: * @return the meta object for the reference '<em>Team</em>'.
1525: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getTeam()
1526: * @see #getPlayerStats()
1527: * @generated
1528: */
1529: EReference getPlayerStats_Team();
1530:
1531: /**
1532: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getGamesPlayedIn <em>Games Played In</em>}'.
1533: * <!-- begin-user-doc -->
1534: * <!-- end-user-doc -->
1535: * @return the meta object for the attribute '<em>Games Played In</em>'.
1536: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getGamesPlayedIn()
1537: * @see #getPlayerStats()
1538: * @generated
1539: */
1540: EAttribute getPlayerStats_GamesPlayedIn();
1541:
1542: /**
1543: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getGoals <em>Goals</em>}'.
1544: * <!-- begin-user-doc -->
1545: * <!-- end-user-doc -->
1546: * @return the meta object for the attribute '<em>Goals</em>'.
1547: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getGoals()
1548: * @see #getPlayerStats()
1549: * @generated
1550: */
1551: EAttribute getPlayerStats_Goals();
1552:
1553: /**
1554: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getAssists <em>Assists</em>}'.
1555: * <!-- begin-user-doc -->
1556: * <!-- end-user-doc -->
1557: * @return the meta object for the attribute '<em>Assists</em>'.
1558: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getAssists()
1559: * @see #getPlayerStats()
1560: * @generated
1561: */
1562: EAttribute getPlayerStats_Assists();
1563:
1564: /**
1565: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getPoints <em>Points</em>}'.
1566: * <!-- begin-user-doc -->
1567: * <!-- end-user-doc -->
1568: * @return the meta object for the attribute '<em>Points</em>'.
1569: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getPoints()
1570: * @see #getPlayerStats()
1571: * @generated
1572: */
1573: EAttribute getPlayerStats_Points();
1574:
1575: /**
1576: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getPlusMinus <em>Plus Minus</em>}'.
1577: * <!-- begin-user-doc -->
1578: * <!-- end-user-doc -->
1579: * @return the meta object for the attribute '<em>Plus Minus</em>'.
1580: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getPlusMinus()
1581: * @see #getPlayerStats()
1582: * @generated
1583: */
1584: EAttribute getPlayerStats_PlusMinus();
1585:
1586: /**
1587: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getPenaltyMinutes <em>Penalty Minutes</em>}'.
1588: * <!-- begin-user-doc -->
1589: * <!-- end-user-doc -->
1590: * @return the meta object for the attribute '<em>Penalty Minutes</em>'.
1591: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getPenaltyMinutes()
1592: * @see #getPlayerStats()
1593: * @generated
1594: */
1595: EAttribute getPlayerStats_PenaltyMinutes();
1596:
1597: /**
1598: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getPowerPlayGoals <em>Power Play Goals</em>}'.
1599: * <!-- begin-user-doc -->
1600: * <!-- end-user-doc -->
1601: * @return the meta object for the attribute '<em>Power Play Goals</em>'.
1602: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getPowerPlayGoals()
1603: * @see #getPlayerStats()
1604: * @generated
1605: */
1606: EAttribute getPlayerStats_PowerPlayGoals();
1607:
1608: /**
1609: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getShortHandedGoals <em>Short Handed Goals</em>}'.
1610: * <!-- begin-user-doc -->
1611: * <!-- end-user-doc -->
1612: * @return the meta object for the attribute '<em>Short Handed Goals</em>'.
1613: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getShortHandedGoals()
1614: * @see #getPlayerStats()
1615: * @generated
1616: */
1617: EAttribute getPlayerStats_ShortHandedGoals();
1618:
1619: /**
1620: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getGameWinningGoals <em>Game Winning Goals</em>}'.
1621: * <!-- begin-user-doc -->
1622: * <!-- end-user-doc -->
1623: * @return the meta object for the attribute '<em>Game Winning Goals</em>'.
1624: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getGameWinningGoals()
1625: * @see #getPlayerStats()
1626: * @generated
1627: */
1628: EAttribute getPlayerStats_GameWinningGoals();
1629:
1630: /**
1631: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getShots <em>Shots</em>}'.
1632: * <!-- begin-user-doc -->
1633: * <!-- end-user-doc -->
1634: * @return the meta object for the attribute '<em>Shots</em>'.
1635: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getShots()
1636: * @see #getPlayerStats()
1637: * @generated
1638: */
1639: EAttribute getPlayerStats_Shots();
1640:
1641: /**
1642: * Returns the meta object for the attribute '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getShotPercentage <em>Shot Percentage</em>}'.
1643: * <!-- begin-user-doc -->
1644: * <!-- end-user-doc -->
1645: * @return the meta object for the attribute '<em>Shot Percentage</em>'.
1646: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats#getShotPercentage()
1647: * @see #getPlayerStats()
1648: * @generated
1649: */
1650: EAttribute getPlayerStats_ShotPercentage();
1651:
1652: /**
1653: * Returns the meta object for class '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Team <em>Team</em>}'.
1654: * <!-- begin-user-doc -->
1655: * <!-- end-user-doc -->
1656: * @return the meta object for class '<em>Team</em>'.
1657: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Team
1658: * @generated
1659: */
1660: EClass getTeam();
1661:
1662: /**
1663: * Returns the meta object for the containment reference list '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Team#getForwards <em>Forwards</em>}'.
1664: * <!-- begin-user-doc -->
1665: * <!-- end-user-doc -->
1666: * @return the meta object for the containment reference list '<em>Forwards</em>'.
1667: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Team#getForwards()
1668: * @see #getTeam()
1669: * @generated
1670: */
1671: EReference getTeam_Forwards();
1672:
1673: /**
1674: * Returns the meta object for the containment reference list '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Team#getDefencemen <em>Defencemen</em>}'.
1675: * <!-- begin-user-doc -->
1676: * <!-- end-user-doc -->
1677: * @return the meta object for the containment reference list '<em>Defencemen</em>'.
1678: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Team#getDefencemen()
1679: * @see #getTeam()
1680: * @generated
1681: */
1682: EReference getTeam_Defencemen();
1683:
1684: /**
1685: * Returns the meta object for the containment reference list '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Team#getGoalies <em>Goalies</em>}'.
1686: * <!-- begin-user-doc -->
1687: * <!-- end-user-doc -->
1688: * @return the meta object for the containment reference list '<em>Goalies</em>'.
1689: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Team#getGoalies()
1690: * @see #getTeam()
1691: * @generated
1692: */
1693: EReference getTeam_Goalies();
1694:
1695: /**
1696: * Returns the meta object for the containment reference '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Team#getArena <em>Arena</em>}'.
1697: * <!-- begin-user-doc -->
1698: * <!-- end-user-doc -->
1699: * @return the meta object for the containment reference '<em>Arena</em>'.
1700: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.Team#getArena()
1701: * @see #getTeam()
1702: * @generated
1703: */
1704: EReference getTeam_Arena();
1705:
1706: /**
1707: * Returns the meta object for enum '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.DefencePositionKind <em>Defence Position Kind</em>}'.
1708: * <!-- begin-user-doc -->
1709: * <!-- end-user-doc -->
1710: * @return the meta object for enum '<em>Defence Position Kind</em>'.
1711: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.DefencePositionKind
1712: * @generated
1713: */
1714: EEnum getDefencePositionKind();
1715:
1716: /**
1717: * Returns the meta object for enum '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.ForwardPositionKind <em>Forward Position Kind</em>}'.
1718: * <!-- begin-user-doc -->
1719: * <!-- end-user-doc -->
1720: * @return the meta object for enum '<em>Forward Position Kind</em>'.
1721: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.ForwardPositionKind
1722: * @generated
1723: */
1724: EEnum getForwardPositionKind();
1725:
1726: /**
1727: * Returns the meta object for enum '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HeightKind <em>Height Kind</em>}'.
1728: * <!-- begin-user-doc -->
1729: * <!-- end-user-doc -->
1730: * @return the meta object for enum '<em>Height Kind</em>'.
1731: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HeightKind
1732: * @generated
1733: */
1734: EEnum getHeightKind();
1735:
1736: /**
1737: * Returns the meta object for enum '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.ShotKind <em>Shot Kind</em>}'.
1738: * <!-- begin-user-doc -->
1739: * <!-- end-user-doc -->
1740: * @return the meta object for enum '<em>Shot Kind</em>'.
1741: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.ShotKind
1742: * @generated
1743: */
1744: EEnum getShotKind();
1745:
1746: /**
1747: * Returns the meta object for enum '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.WeightKind <em>Weight Kind</em>}'.
1748: * <!-- begin-user-doc -->
1749: * <!-- end-user-doc -->
1750: * @return the meta object for enum '<em>Weight Kind</em>'.
1751: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.WeightKind
1752: * @generated
1753: */
1754: EEnum getWeightKind();
1755:
1756: /**
1757: * Returns the factory that creates the instances of the model.
1758: * <!-- begin-user-doc -->
1759: * <!-- end-user-doc -->
1760: * @return the factory that creates the instances of the model.
1761: * @generated
1762: */
1763: HockeyleagueFactory getHockeyleagueFactory();
1764:
1765: /**
1766: * <!-- begin-user-doc -->
1767: * Defines literals for the meta objects that represent
1768: * <ul>
1769: * <li>each class,</li>
1770: * <li>each feature of each class,</li>
1771: * <li>each enum,</li>
1772: * <li>and each data type</li>
1773: * </ul>
1774: * <!-- end-user-doc -->
1775: * @generated
1776: */
1777: interface Literals {
1778: /**
1779: * The meta object literal for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.ArenaImpl <em>Arena</em>}' class.
1780: * <!-- begin-user-doc -->
1781: * <!-- end-user-doc -->
1782: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.ArenaImpl
1783: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getArena()
1784: * @generated
1785: */
1786: EClass ARENA = eINSTANCE.getArena();
1787:
1788: /**
1789: * The meta object literal for the '<em><b>Address</b></em>' attribute feature.
1790: * <!-- begin-user-doc -->
1791: * <!-- end-user-doc -->
1792: * @generated
1793: */
1794: EAttribute ARENA__ADDRESS = eINSTANCE.getArena_Address();
1795:
1796: /**
1797: * The meta object literal for the '<em><b>Capacity</b></em>' attribute feature.
1798: * <!-- begin-user-doc -->
1799: * <!-- end-user-doc -->
1800: * @generated
1801: */
1802: EAttribute ARENA__CAPACITY = eINSTANCE.getArena_Capacity();
1803:
1804: /**
1805: * The meta object literal for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.DefenceImpl <em>Defence</em>}' class.
1806: * <!-- begin-user-doc -->
1807: * <!-- end-user-doc -->
1808: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.DefenceImpl
1809: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getDefence()
1810: * @generated
1811: */
1812: EClass DEFENCE = eINSTANCE.getDefence();
1813:
1814: /**
1815: * The meta object literal for the '<em><b>Position</b></em>' attribute feature.
1816: * <!-- begin-user-doc -->
1817: * <!-- end-user-doc -->
1818: * @generated
1819: */
1820: EAttribute DEFENCE__POSITION = eINSTANCE.getDefence_Position();
1821:
1822: /**
1823: * The meta object literal for the '<em><b>Player Stats</b></em>' containment reference list feature.
1824: * <!-- begin-user-doc -->
1825: * <!-- end-user-doc -->
1826: * @generated
1827: */
1828: EReference DEFENCE__PLAYER_STATS = eINSTANCE
1829: .getDefence_PlayerStats();
1830:
1831: /**
1832: * The meta object literal for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.ForwardImpl <em>Forward</em>}' class.
1833: * <!-- begin-user-doc -->
1834: * <!-- end-user-doc -->
1835: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.ForwardImpl
1836: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getForward()
1837: * @generated
1838: */
1839: EClass FORWARD = eINSTANCE.getForward();
1840:
1841: /**
1842: * The meta object literal for the '<em><b>Position</b></em>' attribute feature.
1843: * <!-- begin-user-doc -->
1844: * <!-- end-user-doc -->
1845: * @generated
1846: */
1847: EAttribute FORWARD__POSITION = eINSTANCE.getForward_Position();
1848:
1849: /**
1850: * The meta object literal for the '<em><b>Player Stats</b></em>' containment reference list feature.
1851: * <!-- begin-user-doc -->
1852: * <!-- end-user-doc -->
1853: * @generated
1854: */
1855: EReference FORWARD__PLAYER_STATS = eINSTANCE
1856: .getForward_PlayerStats();
1857:
1858: /**
1859: * The meta object literal for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.GoalieImpl <em>Goalie</em>}' class.
1860: * <!-- begin-user-doc -->
1861: * <!-- end-user-doc -->
1862: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.GoalieImpl
1863: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getGoalie()
1864: * @generated
1865: */
1866: EClass GOALIE = eINSTANCE.getGoalie();
1867:
1868: /**
1869: * The meta object literal for the '<em><b>Goalie Stats</b></em>' containment reference list feature.
1870: * <!-- begin-user-doc -->
1871: * <!-- end-user-doc -->
1872: * @generated
1873: */
1874: EReference GOALIE__GOALIE_STATS = eINSTANCE
1875: .getGoalie_GoalieStats();
1876:
1877: /**
1878: * The meta object literal for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.GoalieStatsImpl <em>Goalie Stats</em>}' class.
1879: * <!-- begin-user-doc -->
1880: * <!-- end-user-doc -->
1881: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.GoalieStatsImpl
1882: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getGoalieStats()
1883: * @generated
1884: */
1885: EClass GOALIE_STATS = eINSTANCE.getGoalieStats();
1886:
1887: /**
1888: * The meta object literal for the '<em><b>Year</b></em>' attribute feature.
1889: * <!-- begin-user-doc -->
1890: * <!-- end-user-doc -->
1891: * @generated
1892: */
1893: EAttribute GOALIE_STATS__YEAR = eINSTANCE.getGoalieStats_Year();
1894:
1895: /**
1896: * The meta object literal for the '<em><b>Team</b></em>' reference feature.
1897: * <!-- begin-user-doc -->
1898: * <!-- end-user-doc -->
1899: * @generated
1900: */
1901: EReference GOALIE_STATS__TEAM = eINSTANCE.getGoalieStats_Team();
1902:
1903: /**
1904: * The meta object literal for the '<em><b>Games Played In</b></em>' attribute feature.
1905: * <!-- begin-user-doc -->
1906: * <!-- end-user-doc -->
1907: * @generated
1908: */
1909: EAttribute GOALIE_STATS__GAMES_PLAYED_IN = eINSTANCE
1910: .getGoalieStats_GamesPlayedIn();
1911:
1912: /**
1913: * The meta object literal for the '<em><b>Minutes Played In</b></em>' attribute feature.
1914: * <!-- begin-user-doc -->
1915: * <!-- end-user-doc -->
1916: * @generated
1917: */
1918: EAttribute GOALIE_STATS__MINUTES_PLAYED_IN = eINSTANCE
1919: .getGoalieStats_MinutesPlayedIn();
1920:
1921: /**
1922: * The meta object literal for the '<em><b>Goals Against Average</b></em>' attribute feature.
1923: * <!-- begin-user-doc -->
1924: * <!-- end-user-doc -->
1925: * @generated
1926: */
1927: EAttribute GOALIE_STATS__GOALS_AGAINST_AVERAGE = eINSTANCE
1928: .getGoalieStats_GoalsAgainstAverage();
1929:
1930: /**
1931: * The meta object literal for the '<em><b>Wins</b></em>' attribute feature.
1932: * <!-- begin-user-doc -->
1933: * <!-- end-user-doc -->
1934: * @generated
1935: */
1936: EAttribute GOALIE_STATS__WINS = eINSTANCE.getGoalieStats_Wins();
1937:
1938: /**
1939: * The meta object literal for the '<em><b>Losses</b></em>' attribute feature.
1940: * <!-- begin-user-doc -->
1941: * <!-- end-user-doc -->
1942: * @generated
1943: */
1944: EAttribute GOALIE_STATS__LOSSES = eINSTANCE
1945: .getGoalieStats_Losses();
1946:
1947: /**
1948: * The meta object literal for the '<em><b>Ties</b></em>' attribute feature.
1949: * <!-- begin-user-doc -->
1950: * <!-- end-user-doc -->
1951: * @generated
1952: */
1953: EAttribute GOALIE_STATS__TIES = eINSTANCE.getGoalieStats_Ties();
1954:
1955: /**
1956: * The meta object literal for the '<em><b>Empty Net Goals</b></em>' attribute feature.
1957: * <!-- begin-user-doc -->
1958: * <!-- end-user-doc -->
1959: * @generated
1960: */
1961: EAttribute GOALIE_STATS__EMPTY_NET_GOALS = eINSTANCE
1962: .getGoalieStats_EmptyNetGoals();
1963:
1964: /**
1965: * The meta object literal for the '<em><b>Shutouts</b></em>' attribute feature.
1966: * <!-- begin-user-doc -->
1967: * <!-- end-user-doc -->
1968: * @generated
1969: */
1970: EAttribute GOALIE_STATS__SHUTOUTS = eINSTANCE
1971: .getGoalieStats_Shutouts();
1972:
1973: /**
1974: * The meta object literal for the '<em><b>Goals Against</b></em>' attribute feature.
1975: * <!-- begin-user-doc -->
1976: * <!-- end-user-doc -->
1977: * @generated
1978: */
1979: EAttribute GOALIE_STATS__GOALS_AGAINST = eINSTANCE
1980: .getGoalieStats_GoalsAgainst();
1981:
1982: /**
1983: * The meta object literal for the '<em><b>Saves</b></em>' attribute feature.
1984: * <!-- begin-user-doc -->
1985: * <!-- end-user-doc -->
1986: * @generated
1987: */
1988: EAttribute GOALIE_STATS__SAVES = eINSTANCE
1989: .getGoalieStats_Saves();
1990:
1991: /**
1992: * The meta object literal for the '<em><b>Penalty Minutes</b></em>' attribute feature.
1993: * <!-- begin-user-doc -->
1994: * <!-- end-user-doc -->
1995: * @generated
1996: */
1997: EAttribute GOALIE_STATS__PENALTY_MINUTES = eINSTANCE
1998: .getGoalieStats_PenaltyMinutes();
1999:
2000: /**
2001: * The meta object literal for the '<em><b>Goals</b></em>' attribute feature.
2002: * <!-- begin-user-doc -->
2003: * <!-- end-user-doc -->
2004: * @generated
2005: */
2006: EAttribute GOALIE_STATS__GOALS = eINSTANCE
2007: .getGoalieStats_Goals();
2008:
2009: /**
2010: * The meta object literal for the '<em><b>Assists</b></em>' attribute feature.
2011: * <!-- begin-user-doc -->
2012: * <!-- end-user-doc -->
2013: * @generated
2014: */
2015: EAttribute GOALIE_STATS__ASSISTS = eINSTANCE
2016: .getGoalieStats_Assists();
2017:
2018: /**
2019: * The meta object literal for the '<em><b>Points</b></em>' attribute feature.
2020: * <!-- begin-user-doc -->
2021: * <!-- end-user-doc -->
2022: * @generated
2023: */
2024: EAttribute GOALIE_STATS__POINTS = eINSTANCE
2025: .getGoalieStats_Points();
2026:
2027: /**
2028: * The meta object literal for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleagueObjectImpl <em>Object</em>}' class.
2029: * <!-- begin-user-doc -->
2030: * <!-- end-user-doc -->
2031: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleagueObjectImpl
2032: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getHockeyleagueObject()
2033: * @generated
2034: */
2035: EClass HOCKEYLEAGUE_OBJECT = eINSTANCE.getHockeyleagueObject();
2036:
2037: /**
2038: * The meta object literal for the '<em><b>Name</b></em>' attribute feature.
2039: * <!-- begin-user-doc -->
2040: * <!-- end-user-doc -->
2041: * @generated
2042: */
2043: EAttribute HOCKEYLEAGUE_OBJECT__NAME = eINSTANCE
2044: .getHockeyleagueObject_Name();
2045:
2046: /**
2047: * The meta object literal for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.LeagueImpl <em>League</em>}' class.
2048: * <!-- begin-user-doc -->
2049: * <!-- end-user-doc -->
2050: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.LeagueImpl
2051: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getLeague()
2052: * @generated
2053: */
2054: EClass LEAGUE = eINSTANCE.getLeague();
2055:
2056: /**
2057: * The meta object literal for the '<em><b>Headoffice</b></em>' attribute feature.
2058: * <!-- begin-user-doc -->
2059: * <!-- end-user-doc -->
2060: * @generated
2061: */
2062: EAttribute LEAGUE__HEADOFFICE = eINSTANCE
2063: .getLeague_Headoffice();
2064:
2065: /**
2066: * The meta object literal for the '<em><b>Teams</b></em>' containment reference list feature.
2067: * <!-- begin-user-doc -->
2068: * <!-- end-user-doc -->
2069: * @generated
2070: */
2071: EReference LEAGUE__TEAMS = eINSTANCE.getLeague_Teams();
2072:
2073: /**
2074: * The meta object literal for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.PlayerImpl <em>Player</em>}' class.
2075: * <!-- begin-user-doc -->
2076: * <!-- end-user-doc -->
2077: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.PlayerImpl
2078: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getPlayer()
2079: * @generated
2080: */
2081: EClass PLAYER = eINSTANCE.getPlayer();
2082:
2083: /**
2084: * The meta object literal for the '<em><b>Birthplace</b></em>' attribute feature.
2085: * <!-- begin-user-doc -->
2086: * <!-- end-user-doc -->
2087: * @generated
2088: */
2089: EAttribute PLAYER__BIRTHPLACE = eINSTANCE
2090: .getPlayer_Birthplace();
2091:
2092: /**
2093: * The meta object literal for the '<em><b>Number</b></em>' attribute feature.
2094: * <!-- begin-user-doc -->
2095: * <!-- end-user-doc -->
2096: * @generated
2097: */
2098: EAttribute PLAYER__NUMBER = eINSTANCE.getPlayer_Number();
2099:
2100: /**
2101: * The meta object literal for the '<em><b>Height Mesurement</b></em>' attribute feature.
2102: * <!-- begin-user-doc -->
2103: * <!-- end-user-doc -->
2104: * @generated
2105: */
2106: EAttribute PLAYER__HEIGHT_MESUREMENT = eINSTANCE
2107: .getPlayer_HeightMesurement();
2108:
2109: /**
2110: * The meta object literal for the '<em><b>Height Value</b></em>' attribute feature.
2111: * <!-- begin-user-doc -->
2112: * <!-- end-user-doc -->
2113: * @generated
2114: */
2115: EAttribute PLAYER__HEIGHT_VALUE = eINSTANCE
2116: .getPlayer_HeightValue();
2117:
2118: /**
2119: * The meta object literal for the '<em><b>Weight Mesurement</b></em>' attribute feature.
2120: * <!-- begin-user-doc -->
2121: * <!-- end-user-doc -->
2122: * @generated
2123: */
2124: EAttribute PLAYER__WEIGHT_MESUREMENT = eINSTANCE
2125: .getPlayer_WeightMesurement();
2126:
2127: /**
2128: * The meta object literal for the '<em><b>Weight Value</b></em>' attribute feature.
2129: * <!-- begin-user-doc -->
2130: * <!-- end-user-doc -->
2131: * @generated
2132: */
2133: EAttribute PLAYER__WEIGHT_VALUE = eINSTANCE
2134: .getPlayer_WeightValue();
2135:
2136: /**
2137: * The meta object literal for the '<em><b>Shot</b></em>' attribute feature.
2138: * <!-- begin-user-doc -->
2139: * <!-- end-user-doc -->
2140: * @generated
2141: */
2142: EAttribute PLAYER__SHOT = eINSTANCE.getPlayer_Shot();
2143:
2144: /**
2145: * The meta object literal for the '<em><b>Birthdate</b></em>' attribute feature.
2146: * <!-- begin-user-doc -->
2147: * <!-- end-user-doc -->
2148: * @generated
2149: */
2150: EAttribute PLAYER__BIRTHDATE = eINSTANCE.getPlayer_Birthdate();
2151:
2152: /**
2153: * The meta object literal for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.PlayerStatsImpl <em>Player Stats</em>}' class.
2154: * <!-- begin-user-doc -->
2155: * <!-- end-user-doc -->
2156: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.PlayerStatsImpl
2157: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getPlayerStats()
2158: * @generated
2159: */
2160: EClass PLAYER_STATS = eINSTANCE.getPlayerStats();
2161:
2162: /**
2163: * The meta object literal for the '<em><b>Year</b></em>' attribute feature.
2164: * <!-- begin-user-doc -->
2165: * <!-- end-user-doc -->
2166: * @generated
2167: */
2168: EAttribute PLAYER_STATS__YEAR = eINSTANCE.getPlayerStats_Year();
2169:
2170: /**
2171: * The meta object literal for the '<em><b>Team</b></em>' reference feature.
2172: * <!-- begin-user-doc -->
2173: * <!-- end-user-doc -->
2174: * @generated
2175: */
2176: EReference PLAYER_STATS__TEAM = eINSTANCE.getPlayerStats_Team();
2177:
2178: /**
2179: * The meta object literal for the '<em><b>Games Played In</b></em>' attribute feature.
2180: * <!-- begin-user-doc -->
2181: * <!-- end-user-doc -->
2182: * @generated
2183: */
2184: EAttribute PLAYER_STATS__GAMES_PLAYED_IN = eINSTANCE
2185: .getPlayerStats_GamesPlayedIn();
2186:
2187: /**
2188: * The meta object literal for the '<em><b>Goals</b></em>' attribute feature.
2189: * <!-- begin-user-doc -->
2190: * <!-- end-user-doc -->
2191: * @generated
2192: */
2193: EAttribute PLAYER_STATS__GOALS = eINSTANCE
2194: .getPlayerStats_Goals();
2195:
2196: /**
2197: * The meta object literal for the '<em><b>Assists</b></em>' attribute feature.
2198: * <!-- begin-user-doc -->
2199: * <!-- end-user-doc -->
2200: * @generated
2201: */
2202: EAttribute PLAYER_STATS__ASSISTS = eINSTANCE
2203: .getPlayerStats_Assists();
2204:
2205: /**
2206: * The meta object literal for the '<em><b>Points</b></em>' attribute feature.
2207: * <!-- begin-user-doc -->
2208: * <!-- end-user-doc -->
2209: * @generated
2210: */
2211: EAttribute PLAYER_STATS__POINTS = eINSTANCE
2212: .getPlayerStats_Points();
2213:
2214: /**
2215: * The meta object literal for the '<em><b>Plus Minus</b></em>' attribute feature.
2216: * <!-- begin-user-doc -->
2217: * <!-- end-user-doc -->
2218: * @generated
2219: */
2220: EAttribute PLAYER_STATS__PLUS_MINUS = eINSTANCE
2221: .getPlayerStats_PlusMinus();
2222:
2223: /**
2224: * The meta object literal for the '<em><b>Penalty Minutes</b></em>' attribute feature.
2225: * <!-- begin-user-doc -->
2226: * <!-- end-user-doc -->
2227: * @generated
2228: */
2229: EAttribute PLAYER_STATS__PENALTY_MINUTES = eINSTANCE
2230: .getPlayerStats_PenaltyMinutes();
2231:
2232: /**
2233: * The meta object literal for the '<em><b>Power Play Goals</b></em>' attribute feature.
2234: * <!-- begin-user-doc -->
2235: * <!-- end-user-doc -->
2236: * @generated
2237: */
2238: EAttribute PLAYER_STATS__POWER_PLAY_GOALS = eINSTANCE
2239: .getPlayerStats_PowerPlayGoals();
2240:
2241: /**
2242: * The meta object literal for the '<em><b>Short Handed Goals</b></em>' attribute feature.
2243: * <!-- begin-user-doc -->
2244: * <!-- end-user-doc -->
2245: * @generated
2246: */
2247: EAttribute PLAYER_STATS__SHORT_HANDED_GOALS = eINSTANCE
2248: .getPlayerStats_ShortHandedGoals();
2249:
2250: /**
2251: * The meta object literal for the '<em><b>Game Winning Goals</b></em>' attribute feature.
2252: * <!-- begin-user-doc -->
2253: * <!-- end-user-doc -->
2254: * @generated
2255: */
2256: EAttribute PLAYER_STATS__GAME_WINNING_GOALS = eINSTANCE
2257: .getPlayerStats_GameWinningGoals();
2258:
2259: /**
2260: * The meta object literal for the '<em><b>Shots</b></em>' attribute feature.
2261: * <!-- begin-user-doc -->
2262: * <!-- end-user-doc -->
2263: * @generated
2264: */
2265: EAttribute PLAYER_STATS__SHOTS = eINSTANCE
2266: .getPlayerStats_Shots();
2267:
2268: /**
2269: * The meta object literal for the '<em><b>Shot Percentage</b></em>' attribute feature.
2270: * <!-- begin-user-doc -->
2271: * <!-- end-user-doc -->
2272: * @generated
2273: */
2274: EAttribute PLAYER_STATS__SHOT_PERCENTAGE = eINSTANCE
2275: .getPlayerStats_ShotPercentage();
2276:
2277: /**
2278: * The meta object literal for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.TeamImpl <em>Team</em>}' class.
2279: * <!-- begin-user-doc -->
2280: * <!-- end-user-doc -->
2281: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.TeamImpl
2282: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getTeam()
2283: * @generated
2284: */
2285: EClass TEAM = eINSTANCE.getTeam();
2286:
2287: /**
2288: * The meta object literal for the '<em><b>Forwards</b></em>' containment reference list feature.
2289: * <!-- begin-user-doc -->
2290: * <!-- end-user-doc -->
2291: * @generated
2292: */
2293: EReference TEAM__FORWARDS = eINSTANCE.getTeam_Forwards();
2294:
2295: /**
2296: * The meta object literal for the '<em><b>Defencemen</b></em>' containment reference list feature.
2297: * <!-- begin-user-doc -->
2298: * <!-- end-user-doc -->
2299: * @generated
2300: */
2301: EReference TEAM__DEFENCEMEN = eINSTANCE.getTeam_Defencemen();
2302:
2303: /**
2304: * The meta object literal for the '<em><b>Goalies</b></em>' containment reference list feature.
2305: * <!-- begin-user-doc -->
2306: * <!-- end-user-doc -->
2307: * @generated
2308: */
2309: EReference TEAM__GOALIES = eINSTANCE.getTeam_Goalies();
2310:
2311: /**
2312: * The meta object literal for the '<em><b>Arena</b></em>' containment reference feature.
2313: * <!-- begin-user-doc -->
2314: * <!-- end-user-doc -->
2315: * @generated
2316: */
2317: EReference TEAM__ARENA = eINSTANCE.getTeam_Arena();
2318:
2319: /**
2320: * The meta object literal for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.DefencePositionKind <em>Defence Position Kind</em>}' enum.
2321: * <!-- begin-user-doc -->
2322: * <!-- end-user-doc -->
2323: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.DefencePositionKind
2324: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getDefencePositionKind()
2325: * @generated
2326: */
2327: EEnum DEFENCE_POSITION_KIND = eINSTANCE
2328: .getDefencePositionKind();
2329:
2330: /**
2331: * The meta object literal for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.ForwardPositionKind <em>Forward Position Kind</em>}' enum.
2332: * <!-- begin-user-doc -->
2333: * <!-- end-user-doc -->
2334: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.ForwardPositionKind
2335: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getForwardPositionKind()
2336: * @generated
2337: */
2338: EEnum FORWARD_POSITION_KIND = eINSTANCE
2339: .getForwardPositionKind();
2340:
2341: /**
2342: * The meta object literal for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HeightKind <em>Height Kind</em>}' enum.
2343: * <!-- begin-user-doc -->
2344: * <!-- end-user-doc -->
2345: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HeightKind
2346: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getHeightKind()
2347: * @generated
2348: */
2349: EEnum HEIGHT_KIND = eINSTANCE.getHeightKind();
2350:
2351: /**
2352: * The meta object literal for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.ShotKind <em>Shot Kind</em>}' enum.
2353: * <!-- begin-user-doc -->
2354: * <!-- end-user-doc -->
2355: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.ShotKind
2356: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getShotKind()
2357: * @generated
2358: */
2359: EEnum SHOT_KIND = eINSTANCE.getShotKind();
2360:
2361: /**
2362: * The meta object literal for the '{@link org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.WeightKind <em>Weight Kind</em>}' enum.
2363: * <!-- begin-user-doc -->
2364: * <!-- end-user-doc -->
2365: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.WeightKind
2366: * @see org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.HockeyleaguePackageImpl#getWeightKind()
2367: * @generated
2368: */
2369: EEnum WEIGHT_KIND = eINSTANCE.getWeightKind();
2370:
2371: }
2372:
2373: } //HockeyleaguePackage
|