@OpenApiAll public class JDBCDriverClassNameProperty extends JarEntryProperty
DEFAULT_PROPERTY_RESOURCE_PROVIDER, EDITABLE, mValue, NULL, NULL_ID_PROPERTY_RESOURCE_PROVIDER, UNDEFINED, VALUE
Constructor and Description |
---|
JDBCDriverClassNameProperty()
Default constructor.
|
JDBCDriverClassNameProperty(java.lang.String id,
java.lang.String driverClassName)
Creates and initializes a new instance of
JDBCDriverClassNameProperty
class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(PropertyVisitor v)
Accepts the given visitor.
|
JDBCDriverClassNameProperty |
clone()
Clones the property.
|
java.lang.String |
getClassType()
Returns property class type.
|
getPathProperty, setPathProperty
getString, getValueStringRepresentation, isMultiline, setMultiline, setValue
_isFrozen, _setFrozen, addPropertyChangeListener, addSource, addSources, areValuesEqual, createCellEditor, createTableCellRenderer, equals, firePropertyChange, generateDefaultDescriptionID, getAdditionalProperties, getAdditionalProperty, getDescription, getDescriptionID, getFirstElementFromSources, getGroup, getID, getIntroductoryVersion, getName, getNonEditableReason, getProjectFromSourcesOrActive, getPureDescription, getResourceProvider, getResourceProviderID, getSourceAsElement, getSources, getSourcesAsStream, getUndefinedString, getUndefinedString, getValue, hashCode, isEditable, isUndefinedState, removePropertyChangeListener, setAdditionalProperties, setAdditionalProperty, setDescription, setDescriptionID, setEditable, setGroup, setID, setIntroductoryVersion, setNonEditableReason, setResourceProvider, setResourceProviderID, setSources, setUndefinedState, toString
public JDBCDriverClassNameProperty()
public JDBCDriverClassNameProperty(java.lang.String id, java.lang.String driverClassName)
JDBCDriverClassNameProperty
class.id
- the ID of property.driverClassName
- the name of class of JDBC driver.public java.lang.String getClassType()
getClassType
in interface PropertyVisitorAcceptor
getClassType
in class JarEntryProperty
PropertyID.JDBC_DRIVER_CLASS_NAME_PROPERTY
public void accept(PropertyVisitor v) throws java.lang.Exception
JarEntryProperty
accept
in interface PropertyVisitorAcceptor
accept
in class JarEntryProperty
v
- the PropertyVisitor.java.lang.Exception
public JDBCDriverClassNameProperty clone()
Property
clone
in class JarEntryProperty