Class ConfiguredType


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200430")
    public final class ConfiguredType
    extends BaseType
    A ConfiguredType represents a type that has built-in configuration to the type itself.

    An example is a SSN type whose basic type is VARCHAR, but the type itself also has a built-in configuration like length=10.
    Note: Objects should always be created or deserialized using the ConfiguredType.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the ConfiguredType.Builder, which maintain a set of all explicitly set fields called ConfiguredType.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).