Oracle Designer Model, Release 6i
Element Type Definition


Element Type Name GENERAL_ATTRIBUTE
Short Name GAT
View NameCI_GENERAL_ATTRIBUTES
Description An attribute, or property, of a generic class, interface, domain or
event
Sub-type of CLASSIFIER_ATTRIBUTE
Versioning: Belongs to:
ATTRIBUTE_DOMAIN versionable object
EVENT_CLASSIFIER versionable object
GENERIC_CLASS versionable object
INTERFACE_CLASSIFIER versionable object
Rules: API Spec
Uniqueness Criteria
Deletion Rules
Descriptor: GENERIC_CLASS_REFERENCE
EVENT_CLASSIFIER_REFERENCE
INTERFACE_CLASSIFIER_REFERENCE
ATTRIBUTE_DOMAIN_REFERENCE
NAME
Used by: JDeveloper Enterprise Edition

Underlying table:SDD_CAT

Reference Properties
Name Opt ? Notes Relationship In Arc
ATTRIBUTE_DOMAIN_REFERENCE N Prompt: Attribute Domain
Transferable only if null
Must be defined in one and only one ATTRIBUTE_DOMAIN 96
EVENT_CLASSIFIER_REFERENCE N Prompt: Event
Transferable only if null
Must be defined in one and only one EVENT_CLASSIFIER 96
GENERIC_CLASS_REFERENCE N Prompt: Generic Class
Transferable only if null
Must be defined in one and only one GENERIC_CLASS 96
INTERFACE_CLASSIFIER_REFERENCE N Prompt: Interface
Transferable only if null
Must be defined in one and only one INTERFACE_CLASSIFIER 96
CLASSIFIER_REFERENCE Y Prompt: Classifier Datatype
Defined on CAT supertype
May be of datatype of one and only one CLASSIFIER
COLLECT_CLASSSIFIER_REFERENCE Y Prompt: Collection Type May be a collection defined by one and only one CLASSIFIER

Properties
Name Datatype Opt ? Notes Domain Default Value
CHANGE_RESTRICTION VARCHAR2(8) N Indicates whether the value may be modified after the object is created and, if so, what restrictions apply
Prompt: Change Restriction
Uppercase
Defined on CAT supertype
CHANGE_RESTRICTION NONE
CLASSIFIER_ATTRIBUTE_SUBTYPE VARCHAR2(3) N Sub-type discriminator. Internal property indicating whether the attribute is an entity object attribute (EAT) or a general attribute (GAT)
Not displayed
Uppercase
System maintained
Not updatable by user
Defined on CAT supertype
CLASSIFIER_ATTRIBUTE_SUBTYPE
DATATYPE_FORMAT VARCHAR2(10) N Internal property acting as "logical arc discriminator" between SCALAR_DATATYPE and CLASSIFIER_REFERENCE, indicating which is populated. These are both optional, but one or other MUST be specified
Not displayed
Uppercase
System maintained
Not updatable by user
Defined on CAT supertype
DATATYPE_FORMAT
DECIMAL_PLACES NUMBER(4, 0) Y For numeric datatypes, specifies the number of decimal places allowed for this attribute
Prompt: Decimal Places
Defined on CAT supertype
DEFAULT_VALUE VARCHAR2(2000) Y Default value for the attribute. If the attribute is an array, the default values are held as a comma separated list
Prompt: Default Value
Defined on CAT supertype
GENERAL_ATTRIBUTE_FOR VARCHAR2(3) N Arc 96 discriminator. Internal property indicating the type of classifier to which this attribute belongs
Not displayed
Uppercase
System maintained
Not updatable by user
GENERAL_ATTRIBUTE_FOR
MAXIMUM_LENGTH NUMBER(5, 0) Y Maximum length of data that this attribute can contain
Prompt: Maximum Length
Defined on CAT supertype
MAXIMUM_MULTIPLICITY VARCHAR2(10) N Maximum multiplicity of the attribute. A value of 1 indicates a single attribute, whereas a value > 1 or '*' indicates an array
Prompt: Maximum Multiplicity
Defined on CAT supertype
1
MINIMUM_MULTIPLICITY NUMBER(10, 0) N Minimum multiplicity of the attribute. A value of 0 indicates the attribute is optional, 1 (or more) that it is mandatory
Prompt: Minimum Multiplicity
Defined on CAT supertype
0
NAME VARCHAR2(100) N Name of the attribute
Prompt: Name
Defined on CAT supertype
PROMPT VARCHAR2(132) Y Prompt to be used when displaying this attribute
Prompt: Prompt
Defined on CAT supertype
RETRIEVABLE_FLAG VARCHAR2(1) N Indicates whether user is allowed to access the values stored in this attribute. If the attribute has a datatype of a domain then the equivalent property on the domain determines whether the attribute is queryable
Prompt: Is Retrievable
Uppercase
Defined on CAT supertype
YESNO Y
SCALAR_DATATYPE VARCHAR2(15) Y Scalar datatype of the attribute, where datatype not defined as a classifier
Prompt: Scalar Datatype
Defined on CAT supertype
SCALAR_DATATYPE
SEQUENCE NUMBER(6, 0) N Sequence for use by the transformers, indicating the position of this attribute among other attributes for the same classifier
Prompt: Sequence in Classifier
System maintained: API provides a value only if left null by the user
Defined on CAT supertype
SERIALIZABLE_FLAG VARCHAR2(1) N Indicates, in Java, whether the attribute is part of the persistent state of the object and will be serialized with the object
Prompt: Is Serializable
Uppercase
Defined on CAT supertype
YESNO N
STATIC_FLAG VARCHAR2(1) N Indicates whether the attribute is a "class attribute", ie at the class level with only a single value for all instances
Prompt: Is Static
Uppercase
Defined on CAT supertype
YESNO N
UPDATABLE_FLAG VARCHAR2(1) N Indicates whether the user is allowed to update the values stored in this attribute. If the attribute has a datatype of a domain then the equivalent property on the domain determines whether the attribute is updatable
Prompt: Is Updatable
Uppercase
Defined on CAT supertype
YESNO Y
VISIBILITY VARCHAR2(10) N Visibility of the attribute
Prompt: Visibility
Uppercase
Defined on CAT supertype
VISIBILITY PRIVATE
VOLATILE_FLAG VARCHAR2(1) N Indicates, in Java, whether the attribute may be accessed by unsynchronized threads and so certain code optimizations must not be performed on it
Prompt: Is Volatile
Uppercase
Defined on CAT supertype
YESNO N
PARENT_IVID NUMBER(38, 0) Y Internal use only. Exists on "secondary" element types from a versioning viewpoint. Contains the IVID of the primary element type (not necessarily a PAC) forming the basis of the "versionable object" to which this element type belongs
Not displayed
System maintained
Updatable only if null
Defined on SAC supertype
PAC_REFERENCE NUMBER(38, 0) Y Internal use only. Exists on "secondary" element types from a structural viewpoint. Contains the IRID of the PAC forming the basis of the "logical object" to which this element type belongs
Not displayed
System maintained
Not updatable by user
Defined on SAC supertype

Multi-line Text
Name Text Type Prompt
DESCRIPTION CDIDSC
Defined on CAT supertype
Description
NOTES CDINOT
Defined on CAT supertype
Notes

Other Properties
The following 'standard' properties are also inherited by all element types:
  • ID
  • IRID
  • IVID
  • ELEMENT_TYPE_NAME
  • DATE_CREATED
  • CREATED_BY
  • DATE_CHANGED
  • CHANGED_BY
  • NUMBER_OF_TIMES_MODIFIED
  • TYPES

Other element types that reference GENERAL_ATTRIBUTE:


Note:

  • All properties are displayed and updatable by the user unless indicated otherwise
  • All reference properties are displayed and transferable unless indicated otherwise
  • All domains are enforced unless indicated otherwise
  • All properties and reference properties are defined on this element type unless indicated as inherited from a supertype