Field Summary |
|
final public static String | BLOB_TYPE_NAME Used to identify a Blob type in the model, any other type that will be identified as a Blob type must specialize
this type. |
final public static String | BOOLEAN_TYPE_NAME Used to identify a boolean type in the model, any other type that will be identified as a boolean type must
specialize this type. |
final public static String | CLOB_TYPE_NAME Used to identify a Clob type in the model, any other type that will be identified as a Clob type must specialize
this type. |
final public static String | COLLECTION_TYPE_NAME Used to identify collection types in the model, any other type that will be identified as a collection must
specialize this type. |
final public static String | DATETIME_TYPE_NAME Used to identify datetime types in the model. |
final public static String | DATE_TYPE_NAME Used to identify date types in the model, any other type that will be identified as a date must specialize this
type. |
final public static String | FILE_TYPE_NAME Used to identify a file type in the model, any other type that will be identified as a file type must specialize
this type. |
final public static String | LIST_TYPE_NAME Used to identify a list type in the model, any other type that will be identified as a list must specialize this
type. |
final public static String | MAP_TYPE_NAME Used to identify a map type in the model, any other type that will be identified as a map type must specialize
this type. |
final public static String | OBJECT_TYPE_NAME Used to identify object types in the model, any other type that will be identified as an object must
specialize this type. |
final public static String | SET_TYPE_NAME Used to identify a set type in the model, any other type that will be identified as a set must specialize this
type. |
final public static String | STEREOTYPE_APPLICATION_EXCEPTION Represents exceptions thrown during normal application processing (such as business exceptions). |
final public static String | STEREOTYPE_CRITERIA Represents a criteria search. |
final public static String | STEREOTYPE_EMBEDDED_VALUE Represents an embedded value (typically embedded with an entity as an attribute). |
final public static String | STEREOTYPE_ENTITY Represents a persistent entity. |
final public static String | STEREOTYPE_ENUMERATION Represents an enumeration type. |
final public static String | STEREOTYPE_EXCEPTION The base exception stereotype. |
final public static String | STEREOTYPE_EXCEPTION_REF Represents a reference to an exception model element. |
final public static String | STEREOTYPE_FINDER_METHOD Represents a finder method on an entity. |
final public static String | STEREOTYPE_FRONT_END_APPLICATION Represents a "front end" use case that is the entry point to the presentation tier. |
final public static String | STEREOTYPE_FRONT_END_EXCEPTION Represents an exception on a "front-end" view. |
final public static String | STEREOTYPE_FRONT_END_USECASE Represents a "front end" use case (that is a use case used to model a presentation tier or "front end"). |
final public static String | STEREOTYPE_FRONT_END_VIEW Represents a "front end" view (that is it can represent a JSP page, etc). |
final public static String | STEREOTYPE_IDENTIFIER Represents the primary key of an entity. |
final public static String | STEREOTYPE_MANAGEABLE Represents a manageable entity. |
final public static String | STEREOTYPE_NULLABLE Used to indicate whether or not a parameter is nullable (since parameters do NOT allow
specification of multiplicity. |
final public static String | STEREOTYPE_SERVICE Represents a service. |
final public static String | STEREOTYPE_TRANSIENT Indicates if a persistence type's property is transient. |
final public static String | STEREOTYPE_UNEXPECTED_EXCEPTION Represents unexpected exceptions that can occur during application processing. |
final public static String | STEREOTYPE_UNIQUE If an attribute has this stereotype, it is considered unique. |
final public static String | STEREOTYPE_VALUE_OBJECT Represents a value object. |
final public static java.lang.String | STEREOTYPE_WEBSERVICE
Represents a web service. |
final public static java.lang.String | STEREOTYPE_WEBSERVICE_OPERATION
Stereotype an operation on a service if you wish to expose the operation. |
final public static String | STRING_TYPE_NAME Used to identify a string type in the model, any other type that will be identified as a string type must
specialize this type. |
final public static String | TAGGEDVALUE_DOCUMENTATION |
final public static String | TAGGEDVALUE_EXTERNAL_HYPERLINK Represents an external hyperlink (a website outside of a model). |
final public static String | TAGGEDVALUE_MANAGEABLE_DISPLAY_NAME The attribute to use when referencing this table from another one. |
final public static String | TAGGEDVALUE_MANAGEABLE_MAXIMUM_LIST_SIZE The maximum number of records to load from the DB at the same time. |
final public static String | TAGGEDVALUE_MANAGEABLE_PAGE_SIZE The maximum number of records to show at the same time. |
final public static String | TAGGEDVALUE_MANAGEABLE_RESOLVEABLE Indicates whether or not the underlying entity keys should be resolved when referencing it. |
final public static String | TAGGEDVALUE_MODEL_HYPERLINK Represents a model hyperlink stored as a tagged value. |
final public static String | TAGGEDVALUE_PERSISTENCE_ASSIGNED_IDENTIFIER Used on an identifier to indicate whether or not the identifier is assigned (meaning
that the identifier is manually assigned instead of generated. |
final public static String | TAGGEDVALUE_PERSISTENCE_COLUMN Represents a relational table column name for entity persistence. |
final public static String | TAGGEDVALUE_PERSISTENCE_COLUMN_INDEX Represents a relational table column index name. |
final public static String | TAGGEDVALUE_PERSISTENCE_COLUMN_LENGTH |
final public static String | TAGGEDVALUE_PERSISTENCE_COLUMN_UNIQUE_GROUP Indicates whether or not the underlying entity keys should be resolved when referencing it. |
final public static String | TAGGEDVALUE_PERSISTENCE_ENUMERATION_LITERAL_PARAMETERS Used on an enumeration literal to define the enumeration literal parameters. |
final public static String | TAGGEDVALUE_PERSISTENCE_ENUMERATION_MEMBER_VARIABLE Used to assign an enumeration attribute as a member variable rather than a literal. |
final public static String | TAGGEDVALUE_PERSISTENCE_FOREIGN_IDENTIFIER Used on an association end to indicate whether its owning entity should have its identifier also be the foreign
key to the related entity. |
final public static String | TAGGEDVALUE_PERSISTENCE_FOREIGN_KEY_CONSTRAINT_NAME Used on an association end to denote to name of the foreign key constraint to use in the database. |
final public static String | TAGGEDVALUE_PERSISTENCE_IMMUTABLE Indicates if a persistence type is immutable. |
final public static String | TAGGEDVALUE_PERSISTENCE_SCHEMA Represents the name of the schema for entity persistence. |
final public static String | TAGGEDVALUE_PERSISTENCE_TABLE Represents a relational table name for entity persistence. |
final public static String | TAGGEDVALUE_PRESENTATION_CONTROLLER_USECASE Used to assign the controller to the activity (when it can not be assigned explicity). |
final public static String | TAGGEDVALUE_PRESENTATION_IS_TABLE Used to indicate whether or not a parameter should be considered a table (used when no
table columns are specified). |
final public static String | TAGGEDVALUE_PRESENTATION_TABLE_COLUMNS Used to assign the table columns to a collection/array type parameter representing a table. |
final public static String | TAGGEDVALUE_PRESENTATION_USECASE_ACTIVITY Used to associate an activity to a use case (when it can not be assigned explicitly). |
final public static String | TAGGEDVALUE_ROLE_NAME |
final public static String | TAGGEDVALUE_SERIALVERSION_UID Stores the serial version UID to be used for a class. |
final public static String | TAGGEDVALUE_WEBSERVICE_PROVIDER Stores the provider of the web service (RPC, EJB). |
final public static String | TAGGEDVALUE_WEBSERVICE_STYLE Stores the style of a web service (document, wrapped, rpc). |
final public static String | TAGGEDVALUE_WEBSERVICE_USE Stores the use of a web service (literal, encoded). |
final public static String | TIME_TYPE_NAME Used to identify time types in the model, any other type that will be identified as a time must specialize this
type. |
final public static String | VOID_TYPE_NAME Used to identify a void type in the model, any other type that will be identified as a void type must
specialize this type. |