|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.RepeatHow
public class RepeatHow
This class stores the values for a 'repeat how'.
Field Summary | |
---|---|
static RepeatHow |
FOR
This value represents a 'for' repeat how. |
static RepeatHow |
UNTIL
This value represents a 'until' repeat how. |
static int |
VALUE_FOR
This represents the 'for' value. |
static int |
VALUE_UNTIL
This represents the 'until' value. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Checks for equality. |
static RepeatHow |
get(int iValue)
Gets the repeat how by its value. |
static java.util.List |
getList()
Gets the list of repeat how. |
int |
getValue()
Gets the value of the repeat how. |
java.lang.String |
toString()
Returns a string representation of the object. |
java.lang.String |
toString(java.util.Locale locale)
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int VALUE_FOR
public static final int VALUE_UNTIL
public static final RepeatHow FOR
public static final RepeatHow UNTIL
Method Detail |
---|
public int getValue()
public static RepeatHow get(int iValue)
iValue
- the value to get by
null
if not foundpublic static java.util.List getList()
RepeatHow
s (unmodifiable)public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to check
true
if this object has the same store value as the
argument, false
otherwisepublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(java.util.Locale locale)
locale
- the locale
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |