aQute.bnd.osgi
Interface Descriptors.TypeRef

All Superinterfaces:
Comparable<Descriptors.TypeRef>
Enclosing class:
Descriptors

public static interface Descriptors.TypeRef
extends Comparable<Descriptors.TypeRef>


Method Summary
 String getBinary()
           
 Descriptors.TypeRef getClassRef()
           
 Descriptors.TypeRef getComponentTypeRef()
           
 String getDottedOnly()
           
 String getFQN()
           
 Descriptors.PackageRef getPackageRef()
           
 String getPath()
           
 String getShortName()
           
 String getSourcePath()
           
 boolean isJava()
           
 boolean isObject()
           
 boolean isPrimitive()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getBinary

String getBinary()

getFQN

String getFQN()

getPath

String getPath()

isPrimitive

boolean isPrimitive()

getComponentTypeRef

Descriptors.TypeRef getComponentTypeRef()

getClassRef

Descriptors.TypeRef getClassRef()

getPackageRef

Descriptors.PackageRef getPackageRef()

getShortName

String getShortName()

isJava

boolean isJava()

isObject

boolean isObject()

getSourcePath

String getSourcePath()

getDottedOnly

String getDottedOnly()


Copyright © 2014 aQute SARL. All rights reserved.