Enum SchemaAttributes.IdcsICFAttributeType
- java.lang.Object
 - 
- java.lang.Enum<SchemaAttributes.IdcsICFAttributeType>
 - 
- com.oracle.bmc.identitydomains.model.SchemaAttributes.IdcsICFAttributeType
 
 
 
- 
- All Implemented Interfaces:
 BmcEnum,Serializable,Comparable<SchemaAttributes.IdcsICFAttributeType>
- Enclosing class:
 - SchemaAttributes
 
public static enum SchemaAttributes.IdcsICFAttributeType extends Enum<SchemaAttributes.IdcsICFAttributeType> implements BmcEnum
Maps to ICF data type*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
 
- 
- 
Enum Constant Summary
Enum Constants Enum Constant Description BigdecimalBigintegerBooleanBytesCharDoubleFloatGuardedbytesGuardedstringIntegerLongStringUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK. 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SchemaAttributes.IdcsICFAttributeTypecreate(String key)StringgetValue()static SchemaAttributes.IdcsICFAttributeTypevalueOf(String name)Returns the enum constant of this type with the specified name.static SchemaAttributes.IdcsICFAttributeType[]values()Returns an array containing the constants of this enum type, in the order they are declared. 
 - 
 
- 
- 
Enum Constant Detail
- 
String
public static final SchemaAttributes.IdcsICFAttributeType String
 
- 
Long
public static final SchemaAttributes.IdcsICFAttributeType Long
 
- 
Char
public static final SchemaAttributes.IdcsICFAttributeType Char
 
- 
Double
public static final SchemaAttributes.IdcsICFAttributeType Double
 
- 
Float
public static final SchemaAttributes.IdcsICFAttributeType Float
 
- 
Integer
public static final SchemaAttributes.IdcsICFAttributeType Integer
 
- 
Boolean
public static final SchemaAttributes.IdcsICFAttributeType Boolean
 
- 
Bytes
public static final SchemaAttributes.IdcsICFAttributeType Bytes
 
- 
Bigdecimal
public static final SchemaAttributes.IdcsICFAttributeType Bigdecimal
 
- 
Biginteger
public static final SchemaAttributes.IdcsICFAttributeType Biginteger
 
- 
Guardedbytes
public static final SchemaAttributes.IdcsICFAttributeType Guardedbytes
 
- 
Guardedstring
public static final SchemaAttributes.IdcsICFAttributeType Guardedstring
 
- 
UnknownEnumValue
public static final SchemaAttributes.IdcsICFAttributeType UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK. 
 - 
 
- 
Method Detail
- 
values
public static SchemaAttributes.IdcsICFAttributeType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (SchemaAttributes.IdcsICFAttributeType c : SchemaAttributes.IdcsICFAttributeType.values()) System.out.println(c);
- Returns:
 - an array containing the constants of this enum type, in the order they are declared
 
 
- 
valueOf
public static SchemaAttributes.IdcsICFAttributeType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
 
- 
create
public static SchemaAttributes.IdcsICFAttributeType create(String key)
 
 - 
 
 -