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
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionvoidassignValue(GrouperDataFieldAssign grouperDataFieldAssign, Object value, Map<String, Long> dictionaryTextToInternalId) voidassignValue(GrouperDataRowFieldAssign grouperDataRowFieldAssign, Object value, Map<String, Long> dictionaryTextToInternalId) abstract voidassignValueHelper(GrouperDataFieldAssign grouperDataFieldAssign, Object value, Map<String, Long> dictionaryTextToInternalId) abstract voidassignValueHelper(GrouperDataRowFieldAssign grouperDataRowFieldAssign, Object value, Map<String, Long> dictionaryTextToInternalId) abstract StringconvertToUiFriendlyString(Long valueInteger, String valueString) convertValue(Long theNumber, String theString) convertValue(Object providerValue) abstract ObjectconvertValueHelper(Long theNumber, String theString) abstract ObjectconvertValueHelper(Object providerValue) static GrouperDataFieldTypeReturns the enum constant of this class with the specified name.static GrouperDataFieldTypevalueOfIgnoreCase(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
public void assignValue(GrouperDataFieldAssign grouperDataFieldAssign, Object value, Map<String, Long> dictionaryTextToInternalId) - Parameters:
grouperDataFieldAssign-value-dictionaryTextToInternalId- optional, if not null, then use this to get the dictionary id
-
assignValue
public void assignValue(GrouperDataRowFieldAssign grouperDataRowFieldAssign, Object value, Map<String, Long> dictionaryTextToInternalId) - Parameters:
grouperDataRowFieldAssign-value-dictionaryTextToInternalId-
-
assignValueHelper
public abstract void assignValueHelper(GrouperDataFieldAssign grouperDataFieldAssign, Object value, Map<String, Long> dictionaryTextToInternalId) -
assignValueHelper
public abstract void assignValueHelper(GrouperDataRowFieldAssign grouperDataRowFieldAssign, Object value, Map<String, Long> dictionaryTextToInternalId) -
convertToUiFriendlyString
-