pt.digitalis.dif.dem.annotations
Class AnnotationTags

java.lang.Object
  extended by pt.digitalis.dif.dem.annotations.AnnotationTags

public final class AnnotationTags
extends Object

This class defines a set of tags that are reused on different DIF meta-model Annotations.

Author:
Rodrigo Gonçalves rgoncalves@digitalis.pt
Created on:
2007/05/10

Field Summary
static String DEFAULT_CHANNEL
          Definition of the default channel.
static String DEFAULT_GROUP_VISIBILTY
          Definition of the Parameter's default group visibility.
static String DEFAULT_PROVIDER
          Definition of the default provider.
static String GENERATE_ID
          Tag for code generation module that indicates that the ID must be generated from the class name (lower case).
static String NONE
          Multipurpose for optional parameters that will have their value programmatically determined.
 
Constructor Summary
AnnotationTags()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERATE_ID

public static final String GENERATE_ID
Tag for code generation module that indicates that the ID must be generated from the class name (lower case).

See Also:
Constant Field Values

DEFAULT_PROVIDER

public static final String DEFAULT_PROVIDER
Definition of the default provider.

See Also:
Constant Field Values

DEFAULT_CHANNEL

public static final String DEFAULT_CHANNEL
Definition of the default channel.

See Also:
Constant Field Values

DEFAULT_GROUP_VISIBILTY

public static final String DEFAULT_GROUP_VISIBILTY
Definition of the Parameter's default group visibility.

See Also:
Constant Field Values

NONE

public static final String NONE
Multipurpose for optional parameters that will have their value programmatically determined.

See Also:
Constant Field Values
Constructor Detail

AnnotationTags

public AnnotationTags()


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.