|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectfleXplorer.Types.FacetsType
fleXplorer.Types.IntegerType
public class IntegerType
A Generic Type that describes the terms which have as value an Integer.
| Constructor Summary | |
|---|---|
IntegerType(int value)
Constructs an integer value. |
|
| Method Summary | |
|---|---|
java.lang.Integer |
getValue()
Returns the value as Integer. |
java.lang.String |
getValueAsString()
Returns the String representation of the value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegerType(int value)
value - the integer value.| Method Detail |
|---|
public java.lang.Integer getValue()
getValue in class FacetsTypepublic java.lang.String getValueAsString()
getValueAsString in class FacetsType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||