com.francetelecom.admindm.model
Class ParameterType

java.lang.Object
  extended by com.francetelecom.admindm.model.ParameterType

public final class ParameterType
extends java.lang.Object

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

INT

public static final int INT
The Constant INT.

See Also:
Constant Field Values

UINT

public static final int UINT
The Constant UINT.

See Also:
Constant Field Values

LONG

public static final int LONG
The Constant LONG.

See Also:
Constant Field Values

BOOLEAN

public static final int BOOLEAN
The Constant BOOLEAN.

See Also:
Constant Field Values

DATE

public static final int DATE
The Constant DATE.

See Also:
Constant Field Values

STRING

public static final int STRING
The Constant STRING.

See Also:
Constant Field Values

ANY

public static final int ANY
The Constant ANY.

See Also:
Constant Field Values

UNDEFINED

public static final int UNDEFINED
The Constant UNDEFINED.

See Also:
Constant Field Values

BASE64

public static final int BASE64
The Constant BASE64.

See Also:
Constant Field Values
Method Detail

stringToType

public static int stringToType(java.lang.String str)
String to type.

Parameters:
str - the str
Returns:
the int


Copyright © 2011 FranceTelecom. All Rights Reserved.