Home
Java Tutorial
Language
Data Type
Operators
Statement Control
Class Definition
Development
Reflection
Regular Expressions
Collections
Thread
File
Generics
I18N
Swing
Swing Event
2D Graphics
SWT
SWT 2D Graphics
Network
Database
Hibernate
JPA
JSP
JSTL
Servlet
Web Services SOA
EJB3
Spring
PDF
Email
J2ME
J2EE Application
XML
Design Pattern
Log
Security
Apache Common
Ant
JUnit
enum « Data Type « Java Tutorial
Java Tutorial
Data Type
enum
2.43.enum
2.43.1.
Enumeration Fundamentals
2.43.2.
How to define an enumeration
2.43.3.
Enums in a Class
2.43.4.
equals and = operator for enum data type
2.43.5.
Comparing Enumeration Values
2.43.6.
Two enumeration constants can be compared for equality by using the == relational operator
2.43.7.
uses an enum, rather than interface variables, to represent the answers.
2.43.8.
enum type with its own method
2.43.9.
Enum type field
2.43.10.
enum with switch