public interface IConnectionDefinition<T> extends IExternalReference, IDeletionSupport, IElement, IProtocolSupport, ISecuritySupport
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
IConnectionDefinition.ICategory
Systems or standards Category. 
 | 
static interface  | 
IConnectionDefinition.IType
Systems or standards types. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCategoryName()  | 
T | 
getConnection()
Gets a connection for the specified connection declared in the administration 
 | 
String | 
getDescription()  | 
String | 
getLabel()  | 
IOrganization | 
getOrganization()
Gets the organization object. 
 | 
Object | 
getValue(String propertyName)
Gets the value of a property. 
 | 
Map<String,Object> | 
getValues()  | 
void | 
setValue(String propertyName,
        Object value)
Sets a value to a property 
 | 
getNamedeletegetId, getModule, getNativeObject, getPath, savegetProtocolURI, getProtocolURIString getLabel()
String getDescription()
IOrganization getOrganization()
IOrganization object.String getCategoryName()
void setValue(String propertyName, Object value)
propertyName - The system name of the property.value - The value object to set.Object getValue(String propertyName)
propertyName - The system name of the property.Object object.T getConnection()
Copyright © 2019 Visiativ Software. All rights reserved.