com.atlassian.configurable
Class ObjectConfigurationTypes
java.lang.Object
com.atlassian.configurable.ObjectConfigurationTypes
public class ObjectConfigurationTypes
- extends Object
Contains a list of possible Object Configuration Types that can be used.
Method Summary |
static int |
getType(String typeStr)
Takes a string representation of a type and retrieves it statis identifier. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_UNKNOWN
public static final int TYPE_UNKNOWN
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
LONG
public static final int LONG
- See Also:
- Constant Field Values
SELECT
public static final int SELECT
- See Also:
- Constant Field Values
HIDDEN
public static final int HIDDEN
- See Also:
- Constant Field Values
DATE
public static final int DATE
- See Also:
- Constant Field Values
USER
public static final int USER
- See Also:
- Constant Field Values
GROUP
public static final int GROUP
- See Also:
- Constant Field Values
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
MULTISELECT
public static final int MULTISELECT
- See Also:
- Constant Field Values
CHECKBOX
public static final int CHECKBOX
- See Also:
- Constant Field Values
CASCADINGSELECT
public static final int CASCADINGSELECT
- See Also:
- Constant Field Values
FILTERPICKER
public static final int FILTERPICKER
- See Also:
- Constant Field Values
FILTERPROJECTPICKER
public static final int FILTERPROJECTPICKER
- See Also:
- Constant Field Values
ObjectConfigurationTypes
public ObjectConfigurationTypes()
getType
public static int getType(String typeStr)
- Takes a string representation of a type and retrieves it statis identifier.
- Parameters:
typeStr
- Type in string format e.g. String
- Returns:
- constant value for typeStr or -1 if unknown.
Copyright © 2002-2014 Atlassian. All Rights Reserved.