java.lang.Integer#decode(String)
Access | Constructor and Description |
---|---|
public | FlexInteger(String
the value to decode value)Constructor used by Ant's introspection mechanism for attribute population |
Modifier and Type | Method and Description |
---|---|
public int | |
public String | Returns: a string version of the integerOverrides java. |
value | back to summary |
---|---|
private Integer value |
FlexInteger | back to summary |
---|---|
public FlexInteger(String value) Constructor used by Ant's introspection mechanism for attribute population
|
intValue | back to summary |
---|---|
public int intValue() Returns the decimal integer value
|
toString | back to summary |
---|---|
public String toString() Overrides java. Overridden method to return the decimal value for display |