|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.francetelecom.admindm.model.ParameterType
public final class ParameterType
The Class ParameterType.
Field Summary | |
---|---|
static int |
ANY
The Constant ANY. |
static int |
BASE64
The Constant BASE64. |
static int |
BOOLEAN
The Constant BOOLEAN. |
static int |
DATE
The Constant DATE. |
static int |
INT
The Constant INT. |
static int |
LONG
The Constant LONG. |
static int |
STRING
The Constant STRING. |
static int |
UINT
The Constant UINT. |
static int |
UNDEFINED
The Constant UNDEFINED. |
Method Summary | |
---|---|
static int |
stringToType(java.lang.String str)
String to type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int INT
public static final int UINT
public static final int LONG
public static final int BOOLEAN
public static final int DATE
public static final int STRING
public static final int ANY
public static final int UNDEFINED
public static final int BASE64
Method Detail |
---|
public static int stringToType(java.lang.String str)
str
- the str
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |