Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.jaxb.javamodel.oxm
Class OXMJavaPackageImpl

java.lang.Object
  extended by org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl

All Implemented Interfaces:
JavaHasAnnotations, JavaPackage

public class OXMJavaPackageImpl
extends java.lang.Object
implements JavaPackage

Field Summary
protected  java.lang.String packageName
           

 

Constructor Summary
OXMJavaPackageImpl(java.lang.String aPackage)
           

 

Method Summary
 JavaAnnotation getAnnotation(JavaClass aClass)
           
 java.util.Collection<JavaAnnotation> getAnnotations()
           
 JavaAnnotation getDeclaredAnnotation(JavaClass arg0)
           
 java.util.Collection<JavaAnnotation> getDeclaredAnnotations()
           
 java.lang.String getName()
           
 java.lang.String getQualifiedName()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

packageName

protected java.lang.String packageName

Constructor Detail

OXMJavaPackageImpl

public OXMJavaPackageImpl(java.lang.String aPackage)

Method Detail

getAnnotation

public JavaAnnotation getAnnotation(JavaClass aClass)
Specified by:
getAnnotation in interface JavaHasAnnotations

getAnnotations

public java.util.Collection<JavaAnnotation> getAnnotations()
Specified by:
getAnnotations in interface JavaHasAnnotations

getName

public java.lang.String getName()

getQualifiedName

public java.lang.String getQualifiedName()
Specified by:
getQualifiedName in interface JavaPackage

getDeclaredAnnotation

public JavaAnnotation getDeclaredAnnotation(JavaClass arg0)
Specified by:
getDeclaredAnnotation in interface JavaHasAnnotations

getDeclaredAnnotations

public java.util.Collection<JavaAnnotation> getDeclaredAnnotations()
Specified by:
getDeclaredAnnotations in interface JavaHasAnnotations

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.