Package aQute.bnd.osgi
Interface Descriptors.TypeRef
- All Superinterfaces:
Comparable<Descriptors.TypeRef>
- All Known Implementing Classes:
Descriptors.ArrayRef
,Descriptors.ConcreteRef
- Enclosing class:
- Descriptors
-
Method Details
-
getBinary
String getBinary() -
getShorterName
String getShorterName() -
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() -
isArray
boolean isArray() -
isNested
boolean isNested()
-