public class DBObjectProviderDeclaration extends IdDeclaration
id| Modifier and Type | Method and Description | 
|---|---|
DBObjectProvider | 
getProvider()
Gets the DBObjectProvider instance that this object is a declaration
 for. 
 | 
DBObjectProviderID | 
getProviderID()
Gets the DBObjectProviderID for the DBObjectProvider instance that this
 is a decalaration of 
 | 
java.lang.String | 
getProviderName()
Gets the name of the declared provider. 
 | 
java.lang.String | 
getProviderType()
Gets the type of provider this declaration is for. 
 | 
java.net.URL | 
getURL()
Get the URL containing this declaration, if there is one. 
 | 
void | 
show()
Show this declaration to the user. 
 | 
canDelete, delete, equals, findDeclaration, getDeclarationId, hashCodepublic DBObjectProvider getProvider()
public DBObjectProviderID getProviderID()
public java.lang.String getProviderType()
public java.lang.String getProviderName()
public java.net.URL getURL()
Declarationpublic void show()
Declaration