org.apache.tuscany.sdo.helper
Class SDOAnnotations

java.lang.Object
  extended by org.apache.tuscany.sdo.helper.SDOAnnotations
Direct Known Subclasses:
SchemaBuilder

public class SDOAnnotations
extends Object


Field Summary
static String ABSTRACT_TYPE
           
static String ALIAS_NAMES
           
static String ATTRIBUTE
           
static String COLON
           
static String COMMONJ_SDO_NS
           
static String COMMONJ_SDO_NS_PREFIX
           
static String COMPLEX_TYPE
           
static String ELEMENT
           
static String INSTANCE_CLASS
           
static String JAVA_PACKAGE
           
static String OPPOSITE_PROPERTY
           
static String PROPERTY_TYPE
           
static String READ_ONLY
           
static String SCHEMA
           
static String SDO_JAVA_NS
           
static String SDO_JAVA_NS_PREFIX
           
static String SIMPLE_TYPE
           
 
Constructor Summary
SDOAnnotations()
           
 
Method Summary
static String makeAnnotationMapKey(String namespace, String schemaElementType, String nameAttrValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLON

public static final String COLON
See Also:
Constant Field Values

COMMONJ_SDO_NS

public static final String COMMONJ_SDO_NS
See Also:
Constant Field Values

COMMONJ_SDO_NS_PREFIX

public static final String COMMONJ_SDO_NS_PREFIX
See Also:
Constant Field Values

SDO_JAVA_NS

public static final String SDO_JAVA_NS
See Also:
Constant Field Values

SDO_JAVA_NS_PREFIX

public static final String SDO_JAVA_NS_PREFIX
See Also:
Constant Field Values

JAVA_PACKAGE

public static final String JAVA_PACKAGE
See Also:
Constant Field Values

ALIAS_NAMES

public static final String ALIAS_NAMES
See Also:
Constant Field Values

READ_ONLY

public static final String READ_ONLY
See Also:
Constant Field Values

INSTANCE_CLASS

public static final String INSTANCE_CLASS
See Also:
Constant Field Values

ABSTRACT_TYPE

public static final String ABSTRACT_TYPE
See Also:
Constant Field Values

PROPERTY_TYPE

public static final String PROPERTY_TYPE
See Also:
Constant Field Values

OPPOSITE_PROPERTY

public static final String OPPOSITE_PROPERTY
See Also:
Constant Field Values

SCHEMA

public static final String SCHEMA
See Also:
Constant Field Values

ELEMENT

public static final String ELEMENT
See Also:
Constant Field Values

COMPLEX_TYPE

public static final String COMPLEX_TYPE
See Also:
Constant Field Values

SIMPLE_TYPE

public static final String SIMPLE_TYPE
See Also:
Constant Field Values

ATTRIBUTE

public static final String ATTRIBUTE
See Also:
Constant Field Values
Constructor Detail

SDOAnnotations

public SDOAnnotations()
Method Detail

makeAnnotationMapKey

public static String makeAnnotationMapKey(String namespace,
                                          String schemaElementType,
                                          String nameAttrValue)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.