public class ConnectorConfigProperty extends EnvironmentProperty
lookupName, mappedNameDESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED| Constructor and Description |
|---|
ConnectorConfigProperty()
Construct an connector config-property if type String and empty string value and no description.
|
ConnectorConfigProperty(ConnectorConfigProperty other)
copy constructor.
|
ConnectorConfigProperty(EnvironmentProperty other) |
ConnectorConfigProperty(String name,
String value,
String description)
Construct an connector config-property of given name value and description.
|
ConnectorConfigProperty(String name,
String value,
String description,
String type)
Construct an connector config-property of given name value and description and type.
|
ConnectorConfigProperty(String name,
String value,
String description,
String type,
boolean ignore,
boolean supportsDynamicUpdates,
boolean confidential)
Construct an connector config-property of given name value and description and type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Returns the String value of this environment property
|
boolean |
isConfidential() |
boolean |
isIgnore() |
boolean |
isSetConfidentialCalled() |
boolean |
isSetIgnoreCalled() |
boolean |
isSetSupportsDynamicUpdatesCalled() |
boolean |
isSupportsDynamicUpdates() |
void |
setConfidential(boolean confidential) |
void |
setIgnore(boolean ignore) |
void |
setSetConfidentialCalled(boolean setConfidentialCalled) |
void |
setSetIgnoreCalled(boolean setIgnoreCalled) |
void |
setSetSupportsDynamicUpdatesCalled(boolean setSupportsDynamicUpdatesCalled) |
void |
setSupportsDynamicUpdates(boolean supportsDynamicUpdates) |
addInjectionTarget, equals, getComponentEnvName, getInjectionTargets, getInjectResourceType, getLookupName, getMappedName, getResolvedValue, getResolvedValueObject, getType, getValueObject, getValueType, hasAValue, hashCode, hasInjectionTargetFromXml, hasLookupName, isConflict, isConflictResourceGroup, isInjectable, isSetValueCalled, print, printInjectableResourceInfo, setInjectResourceType, setLookupName, setMappedName, setType, setValueaddDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitaddExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDescription, getLargeIconUri, getName, getSmallIconUri, setDescription, setLargeIconUri, setName, setSmallIconUrigetDescription, getName, setDescription, setNamepublic ConnectorConfigProperty(ConnectorConfigProperty other)
public ConnectorConfigProperty(EnvironmentProperty other)
public ConnectorConfigProperty()
public ConnectorConfigProperty(String name, String value, String description)
public ConnectorConfigProperty(String name, String value, String description, String type)
public ConnectorConfigProperty(String name, String value, String description, String type, boolean ignore, boolean supportsDynamicUpdates, boolean confidential)
public boolean isIgnore()
public void setIgnore(boolean ignore)
public String getValue()
EnvironmentPropertygetValue in interface NameValuePairgetValue in class EnvironmentPropertypublic boolean isSupportsDynamicUpdates()
public void setSupportsDynamicUpdates(boolean supportsDynamicUpdates)
public boolean isConfidential()
public void setConfidential(boolean confidential)
public boolean isSetIgnoreCalled()
public void setSetIgnoreCalled(boolean setIgnoreCalled)
public boolean isSetConfidentialCalled()
public void setSetConfidentialCalled(boolean setConfidentialCalled)
public boolean isSetSupportsDynamicUpdatesCalled()
public void setSetSupportsDynamicUpdatesCalled(boolean setSupportsDynamicUpdatesCalled)
Copyright © 2019. All rights reserved.