Enum Class GrouperDataFieldType
java.lang.Object
java.lang.Enum<GrouperDataFieldType>
edu.internet2.middleware.grouper.dataField.GrouperDataFieldType
- All Implemented Interfaces:
Serializable
,Comparable<GrouperDataFieldType>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
assignValue
(GrouperDataFieldAssign grouperDataFieldAssign, Object value) void
assignValue
(GrouperDataRowFieldAssign grouperDataRowFieldAssign, Object value) abstract void
assignValueHelper
(GrouperDataFieldAssign grouperDataFieldAssign, Object value) abstract void
assignValueHelper
(GrouperDataRowFieldAssign grouperDataRowFieldAssign, Object value) convertValue
(Long theNumber, String theString) convertValue
(Object providerValue) abstract Object
convertValueHelper
(Long theNumber, String theString) abstract Object
convertValueHelper
(Object providerValue) static GrouperDataFieldType
Returns the enum constant of this class with the specified name.static GrouperDataFieldType
valueOfIgnoreCase
(String type, boolean exceptionOnNull) static GrouperDataFieldType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
string
-
integer
-
timestamp
-
bool
1 is true 0 is false
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
convertValueHelper
- Parameters:
theNumber
-theString
-- Returns:
-
convertValue
-
convertValue
-
convertValueHelper
- Parameters:
theNumber
-theString
-- Returns:
-
valueOfIgnoreCase
- Parameters:
type
-exceptionOnNull
-- Returns:
- field type
-
assignValue
-
assignValue
-
assignValueHelper
-
assignValueHelper
public abstract void assignValueHelper(GrouperDataRowFieldAssign grouperDataRowFieldAssign, Object value)
-