public class ConnectorConfigProperty extends EnvironmentProperty
lookupName, mappedName
DESCRIPTION_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, setValue
addDescriptorExtension, 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, visit
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDescription, getLargeIconUri, getName, getSmallIconUri, setDescription, setLargeIconUri, setName, setSmallIconUri
getDescription, getName, setDescription, setName
public 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()
EnvironmentProperty
getValue
in interface NameValuePair
getValue
in class EnvironmentProperty
public 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 © 2021. All rights reserved.