Uses of Class
com.unboundid.scim.schema.AttributeDescriptor.DataType

Packages that use AttributeDescriptor.DataType
com.unboundid.scim.schema   
com.unboundid.scim.sdk   
 

Uses of AttributeDescriptor.DataType in com.unboundid.scim.schema
 

Methods in com.unboundid.scim.schema that return AttributeDescriptor.DataType
 AttributeDescriptor.DataType AttributeDescriptor.getDataType()
          Retrieve the data type for this attribute.
static AttributeDescriptor.DataType AttributeDescriptor.DataType.parse(String type)
          Parses a supplied data type into a SCIM defined data type.
static AttributeDescriptor.DataType AttributeDescriptor.DataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AttributeDescriptor.DataType[] AttributeDescriptor.DataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.unboundid.scim.schema with parameters of type AttributeDescriptor.DataType
static AttributeDescriptor AttributeDescriptor.createAttribute(String name, AttributeDescriptor.DataType dataType, String description, String schema, boolean readOnly, boolean required, boolean caseExact, AttributeDescriptor... subAttributes)
          Create a new complex attribute descriptor with the provided information.
static AttributeDescriptor AttributeDescriptor.createMultiValuedAttribute(String name, String multiValuedChildName, AttributeDescriptor.DataType dataType, String description, String schema, boolean readOnly, boolean required, boolean caseExact, String[] canonicalValues, AttributeDescriptor... subAttributes)
          Create a new multi-valued attribute descriptor with the provided information.
static AttributeDescriptor AttributeDescriptor.createSubAttribute(String name, AttributeDescriptor.DataType dataType, String description, String schema, boolean readOnly, boolean required, boolean caseExact, String... canonicalValues)
          Create a new simple attribute descriptor with the provided information.
 

Uses of AttributeDescriptor.DataType in com.unboundid.scim.sdk
 

Methods in com.unboundid.scim.sdk with parameters of type AttributeDescriptor.DataType
static SCIMAttributeValue SCIMAttributeValue.createValue(AttributeDescriptor.DataType dataType, String value)
          Create a new simple attribute value of the specified data type.
 



Copyright © 2011-2012 UnboundID. All Rights Reserved.