|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Float>
org.axsl.common.value.Float
public enum Float
Enumeration of possible float values.
Enum Constant Summary | |
---|---|
BEFORE
Specifies a before float. |
|
END
Specifies a side float that is floated toward the end-edge. |
|
INSIDE
Specifies a side float that is floated toward the inside-edge. |
|
NONE
Specifies that there is no float. |
|
OUTSIDE
Specifies a side float that is floated toward the outside-edge. |
|
START
Specifies a side float that is floated toward the start-edge. |
Method Summary | |
---|---|
static Float |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Float[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Float BEFORE
public static final Float START
public static final Float END
public static final Float INSIDE
public static final Float OUTSIDE
public static final Float NONE
Method Detail |
---|
public static final Float[] values()
for(Float c : Float.values()) System.out.println(c);
public static Float valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.