Dali Provisional API
Release 3.2

org.eclipse.jpt.jaxb.core.context
Interface TypeName


public interface TypeName

Represents the name of a java type

Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
3.3

Method Summary
 String getFullyQualifiedName()
          Returns the fully qualified name of this type, including qualification for any enclosing types and packages.
 String getPackageName()
          Return the name of the type's package.
 String getSimpleName()
          Return the name of the type without any package or type qualifiers
 String getTypeQualifiedName()
          Returns the type-qualified name of this type, including qualification for any enclosing types, but not including package qualification.
 

Method Detail

getPackageName

String getPackageName()
Return the name of the type's package. Empty string if none.


getSimpleName

String getSimpleName()
Return the name of the type without any package or type qualifiers


getTypeQualifiedName

String getTypeQualifiedName()
Returns the type-qualified name of this type, including qualification for any enclosing types, but not including package qualification.


getFullyQualifiedName

String getFullyQualifiedName()
Returns the fully qualified name of this type, including qualification for any enclosing types and packages.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.