/lib/docs/enum/docs/api/index-all.html
HTML | 173 lines | 161 code | 6 blank | 6 comment | 0 complexity | 92f4bcdd99dba9f45bedfd4d6883eea4 MD5 | raw file
Possible License(s): LGPL-3.0, Apache-2.0, GPL-3.0, GPL-2.0, AGPL-3.0, JSON, BSD-3-Clause
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
- <!--NewPage-->
- <HTML>
- <HEAD>
- <!-- Generated by javadoc on Sat May 19 22:22:59 EDT 2001 -->
- <TITLE>
- Flexible Enums in Java (Version 0.1-dev): Index
- </TITLE>
- <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
- </HEAD>
- <BODY BGCOLOR="white">
-
- <!-- ========== START OF NAVBAR ========== -->
- <A NAME="navbar_top"><!-- --></A>
- <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
- <TR>
- <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
- <A NAME="navbar_top_firstrow"><!-- --></A>
- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
- <TR ALIGN="center" VALIGN="top">
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="com/plotnix/enum/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
- <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
- </TR>
- </TABLE>
- </TD>
- <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
- </EM>
- </TD>
- </TR>
-
- <TR>
- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- PREV
- NEXT</FONT></TD>
- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>
- <A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
- </TR>
- </TABLE>
- <!-- =========== END OF NAVBAR =========== -->
-
- <A HREF="#_C_">C</A> <A HREF="#_E_">E</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <HR>
- <A NAME="_C_"><!-- --></A><H2>
- <B>C</B></H2>
- <DL>
- <DT><A HREF="com/plotnix/enum/package-summary.html"><B>com.plotnix.enum</B></A> - package com.plotnix.enum<DD> </DL>
- <HR>
- <A NAME="_E_"><!-- --></A><H2>
- <B>E</B></H2>
- <DL>
- <DT><A HREF="com/plotnix/enum/Enum.html"><B>Enum</B></A> - class com.plotnix.enum.<A HREF="com/plotnix/enum/Enum.html">Enum</A>.<DD>Enum represents a value characterized by the following properties:
-
- It has an integer value that uniquely identifies it among
- other Enums belonging to the same class.<DT><A HREF="com/plotnix/enum/Enum.html#Enum()"><B>Enum()</B></A> -
- Constructor for class com.plotnix.enum.<A HREF="com/plotnix/enum/Enum.html">Enum</A>
- <DD>Initialize the Enum, using default integer and string values.
- <DT><A HREF="com/plotnix/enum/Enum.html#enum(java.lang.Class)"><B>enum(Class)</B></A> -
- Static method in class com.plotnix.enum.<A HREF="com/plotnix/enum/Enum.html">Enum</A>
- <DD>Returns an array of all Enums of the specified class in the order
- they were created.
- <DT><A HREF="com/plotnix/enum/Enum.html#enum(java.lang.Class, int)"><B>enum(Class, int)</B></A> -
- Static method in class com.plotnix.enum.<A HREF="com/plotnix/enum/Enum.html">Enum</A>
- <DD>Returns the Enum of the specified class that has the specified integer value,
- or null if there is no such Enum.
- <DT><A HREF="com/plotnix/enum/Enum.html#enum(java.lang.Class, java.lang.String)"><B>enum(Class, String)</B></A> -
- Static method in class com.plotnix.enum.<A HREF="com/plotnix/enum/Enum.html">Enum</A>
- <DD>Returns the Enum of the specified class that has the specified st,
- or null if there is no such Enum.
- <DT><A HREF="com/plotnix/enum/Enum.html#Enum(int)"><B>Enum(int)</B></A> -
- Constructor for class com.plotnix.enum.<A HREF="com/plotnix/enum/Enum.html">Enum</A>
- <DD>Initialize the Enum with an integer value.
- <DT><A HREF="com/plotnix/enum/Enum.html#Enum(int, java.lang.String)"><B>Enum(int, String)</B></A> -
- Constructor for class com.plotnix.enum.<A HREF="com/plotnix/enum/Enum.html">Enum</A>
- <DD>Initialize the Enum with an integer value and a default label.
- <DT><A HREF="com/plotnix/enum/Enum.html#Enum(java.lang.String)"><B>Enum(String)</B></A> -
- Constructor for class com.plotnix.enum.<A HREF="com/plotnix/enum/Enum.html">Enum</A>
- <DD>Initialize the Enum with a string value.
- <DT><A HREF="com/plotnix/enum/Enum.html#Enum(java.lang.String, java.lang.String)"><B>Enum(String, String)</B></A> -
- Constructor for class com.plotnix.enum.<A HREF="com/plotnix/enum/Enum.html">Enum</A>
- <DD>Initialize the Enum with a string value and a default label.
- </DL>
- <HR>
- <A NAME="_I_"><!-- --></A><H2>
- <B>I</B></H2>
- <DL>
- <DT><A HREF="com/plotnix/enum/Enum.html#initIntegerEnum(java.lang.Class)"><B>initIntegerEnum(Class)</B></A> -
- Static method in class com.plotnix.enum.<A HREF="com/plotnix/enum/Enum.html">Enum</A>
- <DD>
- <DT><A HREF="com/plotnix/enum/Enum.html#intValue()"><B>intValue()</B></A> -
- Method in class com.plotnix.enum.<A HREF="com/plotnix/enum/Enum.html">Enum</A>
- <DD>Returns the Enum's integer value.
- </DL>
- <HR>
- <A NAME="_L_"><!-- --></A><H2>
- <B>L</B></H2>
- <DL>
- <DT><A HREF="com/plotnix/enum/Enum.html#loadEnum(java.lang.Class)"><B>loadEnum(Class)</B></A> -
- Static method in class com.plotnix.enum.<A HREF="com/plotnix/enum/Enum.html">Enum</A>
- <DD>Loads properties from an <i>enumClass</i>.properties resource file.
- <DT><A HREF="com/plotnix/enum/Enum.html#loadIntegerEnum(java.lang.Class)"><B>loadIntegerEnum(Class)</B></A> -
- Static method in class com.plotnix.enum.<A HREF="com/plotnix/enum/Enum.html">Enum</A>
- <DD>Loads properties from an <i>enumClass</i>.properties resource file.
- </DL>
- <HR>
- <A NAME="_R_"><!-- --></A><H2>
- <B>R</B></H2>
- <DL>
- <DT><A HREF="com/plotnix/enum/Enum.html#readResolve()"><B>readResolve()</B></A> -
- Method in class com.plotnix.enum.<A HREF="com/plotnix/enum/Enum.html">Enum</A>
- <DD>Ensures uniqueness of Enums during deserialization.
- </DL>
- <HR>
- <A NAME="_S_"><!-- --></A><H2>
- <B>S</B></H2>
- <DL>
- <DT><A HREF="com/plotnix/enum/Enum.html#stringValue()"><B>stringValue()</B></A> -
- Method in class com.plotnix.enum.<A HREF="com/plotnix/enum/Enum.html">Enum</A>
- <DD>Returns the string value of this Enum.
- </DL>
- <HR>
- <A NAME="_T_"><!-- --></A><H2>
- <B>T</B></H2>
- <DL>
- <DT><A HREF="com/plotnix/enum/Enum.html#toString()"><B>toString()</B></A> -
- Method in class com.plotnix.enum.<A HREF="com/plotnix/enum/Enum.html">Enum</A>
- <DD>Returns this Enum's human readable description in the default locale.
- <DT><A HREF="com/plotnix/enum/Enum.html#toString(java.util.Locale)"><B>toString(Locale)</B></A> -
- Method in class com.plotnix.enum.<A HREF="com/plotnix/enum/Enum.html">Enum</A>
- <DD>Returns this Enum's human readable description in the specified locale.
- </DL>
- <HR>
- <A HREF="#_C_">C</A> <A HREF="#_E_">E</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A>
- <!-- ========== START OF NAVBAR ========== -->
- <A NAME="navbar_bottom"><!-- --></A>
- <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
- <TR>
- <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
- <A NAME="navbar_bottom_firstrow"><!-- --></A>
- <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
- <TR ALIGN="center" VALIGN="top">
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="com/plotnix/enum/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
- <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
- </TR>
- </TABLE>
- </TD>
- <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
- </EM>
- </TD>
- </TR>
-
- <TR>
- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- PREV
- NEXT</FONT></TD>
- <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>
- <A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
- </TR>
- </TABLE>
- <!-- =========== END OF NAVBAR =========== -->
-
- <HR>
- Copyright (c) 2001 - PLOTNIX, Inc
- </BODY>
- </HTML>