public interface JvmUnknownTypeReference extends JvmTypeReference
The following features are supported:
TypesPackage.getJvmUnknownTypeReference()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getQualifiedName()
Returns the value of the 'Qualified Name' attribute
|
void |
setQualifiedName(java.lang.String value)
Sets the value of the '
Qualified Name' attribute |
accept, accept, getIdentifier, getQualifiedName, getSimpleName, getTypejava.lang.String getQualifiedName()
Returns the known qualified name of the otherwise unresolveable type. May be null.
getQualifiedName in interface JvmTypeReferencesetQualifiedName(String),
TypesPackage.getJvmUnknownTypeReference_QualifiedName()void setQualifiedName(java.lang.String value)
Qualified Name' attribute.
value - the new value of the 'Qualified Name' attribute.getQualifiedName()