Java Doc for PlayerStats.java in  » IDE-Eclipse » ui-examples » org » eclipse » ui » examples » views » properties » tabbed » hockeyleague » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Eclipse » ui examples » org.eclipse.ui.examples.views.properties.tabbed.hockeyleague 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats

All known Subclasses:   org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.impl.PlayerStatsImpl,
PlayerStats
public interface PlayerStats extends EObject(Code)
A representation of the model object 'Player Stats'.

The following features are supported:


See Also:   org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HockeyleaguePackage.getPlayerStats




Method Summary
 intgetAssists()
     Returns the value of the 'Assists' attribute.
 intgetGameWinningGoals()
     Returns the value of the 'Game Winning Goals' attribute.
 intgetGamesPlayedIn()
     Returns the value of the 'Games Played In' attribute.
 intgetGoals()
     Returns the value of the 'Goals' attribute.
 intgetPenaltyMinutes()
     Returns the value of the 'Penalty Minutes' attribute.
 intgetPlusMinus()
     Returns the value of the 'Plus Minus' attribute.
 intgetPoints()
     Returns the value of the 'Points' attribute.
 intgetPowerPlayGoals()
     Returns the value of the 'Power Play Goals' attribute.
 intgetShortHandedGoals()
     Returns the value of the 'Short Handed Goals' attribute.
 floatgetShotPercentage()
     Returns the value of the 'Shot Percentage' attribute.
 intgetShots()
     Returns the value of the 'Shots' attribute.
 TeamgetTeam()
     Returns the value of the 'Team' reference.
 StringgetYear()
     Returns the value of the 'Year' attribute.
 voidsetAssists(int value)
     Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getAssists Assists ' attribute.
 voidsetGameWinningGoals(int value)
     Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getGameWinningGoals Game Winning Goals ' attribute.
 voidsetGamesPlayedIn(int value)
     Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getGamesPlayedIn Games Played In ' attribute.
 voidsetGoals(int value)
     Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getGoals Goals ' attribute.
 voidsetPenaltyMinutes(int value)
     Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getPenaltyMinutes Penalty Minutes ' attribute.
 voidsetPlusMinus(int value)
     Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getPlusMinus Plus Minus ' attribute.
 voidsetPoints(int value)
     Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getPoints Points ' attribute.
 voidsetPowerPlayGoals(int value)
     Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getPowerPlayGoals Power Play Goals ' attribute.
 voidsetShortHandedGoals(int value)
     Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getShortHandedGoals Short Handed Goals ' attribute.
 voidsetShotPercentage(float value)
     Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getShotPercentage Shot Percentage ' attribute.
 voidsetShots(int value)
     Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getShots Shots ' attribute.
 voidsetTeam(Team value)
     Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getTeam Team ' reference.
 voidsetYear(String value)
     Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getYear Year ' attribute.



Method Detail
getAssists
int getAssists()(Code)
Returns the value of the 'Assists' attribute.

If the meaning of the 'Assists' attribute isn't clear, there really should be more of a description here...

the value of the 'Assists' attribute.
See Also:   PlayerStats.setAssists(int)
See Also:   org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HockeyleaguePackage.getPlayerStats_Assists



getGameWinningGoals
int getGameWinningGoals()(Code)
Returns the value of the 'Game Winning Goals' attribute.

If the meaning of the 'Game Winning Goals' attribute isn't clear, there really should be more of a description here...

the value of the 'Game Winning Goals' attribute.
See Also:   PlayerStats.setGameWinningGoals(int)
See Also:   org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HockeyleaguePackage.getPlayerStats_GameWinningGoals



getGamesPlayedIn
int getGamesPlayedIn()(Code)
Returns the value of the 'Games Played In' attribute.

If the meaning of the 'Games Played In' attribute isn't clear, there really should be more of a description here...

the value of the 'Games Played In' attribute.
See Also:   PlayerStats.setGamesPlayedIn(int)
See Also:   org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HockeyleaguePackage.getPlayerStats_GamesPlayedIn



getGoals
int getGoals()(Code)
Returns the value of the 'Goals' attribute.

If the meaning of the 'Goals' attribute isn't clear, there really should be more of a description here...

the value of the 'Goals' attribute.
See Also:   PlayerStats.setGoals(int)
See Also:   org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HockeyleaguePackage.getPlayerStats_Goals



getPenaltyMinutes
int getPenaltyMinutes()(Code)
Returns the value of the 'Penalty Minutes' attribute.

If the meaning of the 'Penalty Minutes' attribute isn't clear, there really should be more of a description here...

the value of the 'Penalty Minutes' attribute.
See Also:   PlayerStats.setPenaltyMinutes(int)
See Also:   org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HockeyleaguePackage.getPlayerStats_PenaltyMinutes



getPlusMinus
int getPlusMinus()(Code)
Returns the value of the 'Plus Minus' attribute.

If the meaning of the 'Plus Minus' attribute isn't clear, there really should be more of a description here...

the value of the 'Plus Minus' attribute.
See Also:   PlayerStats.setPlusMinus(int)
See Also:   org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HockeyleaguePackage.getPlayerStats_PlusMinus



getPoints
int getPoints()(Code)
Returns the value of the 'Points' attribute.

If the meaning of the 'Points' attribute isn't clear, there really should be more of a description here...

the value of the 'Points' attribute.
See Also:   PlayerStats.setPoints(int)
See Also:   org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HockeyleaguePackage.getPlayerStats_Points



getPowerPlayGoals
int getPowerPlayGoals()(Code)
Returns the value of the 'Power Play Goals' attribute.

If the meaning of the 'Power Play Goals' attribute isn't clear, there really should be more of a description here...

the value of the 'Power Play Goals' attribute.
See Also:   PlayerStats.setPowerPlayGoals(int)
See Also:   org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HockeyleaguePackage.getPlayerStats_PowerPlayGoals



getShortHandedGoals
int getShortHandedGoals()(Code)
Returns the value of the 'Short Handed Goals' attribute.

If the meaning of the 'Short Handed Goals' attribute isn't clear, there really should be more of a description here...

the value of the 'Short Handed Goals' attribute.
See Also:   PlayerStats.setShortHandedGoals(int)
See Also:   org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HockeyleaguePackage.getPlayerStats_ShortHandedGoals



getShotPercentage
float getShotPercentage()(Code)
Returns the value of the 'Shot Percentage' attribute.

If the meaning of the 'Shot Percentage' attribute isn't clear, there really should be more of a description here...

the value of the 'Shot Percentage' attribute.
See Also:   PlayerStats.setShotPercentage(float)
See Also:   org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HockeyleaguePackage.getPlayerStats_ShotPercentage



getShots
int getShots()(Code)
Returns the value of the 'Shots' attribute.

If the meaning of the 'Shots' attribute isn't clear, there really should be more of a description here...

the value of the 'Shots' attribute.
See Also:   PlayerStats.setShots(int)
See Also:   org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HockeyleaguePackage.getPlayerStats_Shots



getTeam
Team getTeam()(Code)
Returns the value of the 'Team' reference.

If the meaning of the 'Team' reference isn't clear, there really should be more of a description here...

the value of the 'Team' reference.
See Also:   PlayerStats.setTeam(Team)
See Also:   org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HockeyleaguePackage.getPlayerStats_Team



getYear
String getYear()(Code)
Returns the value of the 'Year' attribute.

If the meaning of the 'Year' attribute isn't clear, there really should be more of a description here...

the value of the 'Year' attribute.
See Also:   PlayerStats.setYear(String)
See Also:   org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.HockeyleaguePackage.getPlayerStats_Year



setAssists
void setAssists(int value)(Code)
Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getAssists Assists ' attribute.
Parameters:
  value - the new value of the 'Assists' attribute.
See Also:   PlayerStats.getAssists()



setGameWinningGoals
void setGameWinningGoals(int value)(Code)
Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getGameWinningGoals Game Winning Goals ' attribute.
Parameters:
  value - the new value of the 'Game Winning Goals' attribute.
See Also:   PlayerStats.getGameWinningGoals()



setGamesPlayedIn
void setGamesPlayedIn(int value)(Code)
Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getGamesPlayedIn Games Played In ' attribute.
Parameters:
  value - the new value of the 'Games Played In' attribute.
See Also:   PlayerStats.getGamesPlayedIn()



setGoals
void setGoals(int value)(Code)
Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getGoals Goals ' attribute.
Parameters:
  value - the new value of the 'Goals' attribute.
See Also:   PlayerStats.getGoals()



setPenaltyMinutes
void setPenaltyMinutes(int value)(Code)
Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getPenaltyMinutes Penalty Minutes ' attribute.
Parameters:
  value - the new value of the 'Penalty Minutes' attribute.
See Also:   PlayerStats.getPenaltyMinutes()



setPlusMinus
void setPlusMinus(int value)(Code)
Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getPlusMinus Plus Minus ' attribute.
Parameters:
  value - the new value of the 'Plus Minus' attribute.
See Also:   PlayerStats.getPlusMinus()



setPoints
void setPoints(int value)(Code)
Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getPoints Points ' attribute.
Parameters:
  value - the new value of the 'Points' attribute.
See Also:   PlayerStats.getPoints()



setPowerPlayGoals
void setPowerPlayGoals(int value)(Code)
Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getPowerPlayGoals Power Play Goals ' attribute.
Parameters:
  value - the new value of the 'Power Play Goals' attribute.
See Also:   PlayerStats.getPowerPlayGoals()



setShortHandedGoals
void setShortHandedGoals(int value)(Code)
Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getShortHandedGoals Short Handed Goals ' attribute.
Parameters:
  value - the new value of the 'Short Handed Goals' attribute.
See Also:   PlayerStats.getShortHandedGoals()



setShotPercentage
void setShotPercentage(float value)(Code)
Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getShotPercentage Shot Percentage ' attribute.
Parameters:
  value - the new value of the 'Shot Percentage' attribute.
See Also:   PlayerStats.getShotPercentage()



setShots
void setShots(int value)(Code)
Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getShots Shots ' attribute.
Parameters:
  value - the new value of the 'Shots' attribute.
See Also:   PlayerStats.getShots()



setTeam
void setTeam(Team value)(Code)
Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getTeam Team ' reference.
Parameters:
  value - the new value of the 'Team' reference.
See Also:   PlayerStats.getTeam()



setYear
void setYear(String value)(Code)
Sets the value of the ' org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.PlayerStats.getYear Year ' attribute.
Parameters:
  value - the new value of the 'Year' attribute.
See Also:   PlayerStats.getYear()



w_w_w___.__j_a__va___2__s.__c___om__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.