@OpenApiAll public class JDBCDriverClassNameProperty extends JarEntryProperty
DEFAULT_PROPERTY_RESOURCE_PROVIDER, EDITABLE, mAdditionalProperties, mDescriptionID, mEditable, mGroupName, mID, mResourceProvider, mSources, mSupport, mUndefinedState, mValue, NULL, NULL_ID_PROPERTY_RESOURCE_PROVIDER, UNDEFINED, VALUE| Constructor and Description |
|---|
JDBCDriverClassNameProperty()
Default constructor.
|
JDBCDriverClassNameProperty(java.lang.String id,
java.lang.String className)
Creates and initializes a new instance of
JDBCDriverClassNameProperty
class. |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PropertyVisitor v)
Accepts the given visitor.
|
java.lang.String |
getClassType()
Returns property class type.
|
getPathProperty, setPathPropertygetString, getValueStringRepresentation, isMultiline, setMultiline_isFrozen, _setFrozen, addPropertyChangeListener, addSource, addSources, areValuesEqual, clone, createCellEditor, createEditor, createTableCellRenderer, equals, firePropertyChange, generateDefaultDescriptionID, getAdditionalProperties, getAdditionalProperty, getDescription, getDescriptionID, getGroup, getID, getName, getNonEditableReason, getPureDescription, getResourceProvider, getResourceProviderID, getSources, getUndefinedString, getUndefinedString, getValue, hashCode, isEditable, isUndefinedState, removePropertyChangeListener, setAdditionalProperties, setAdditionalProperty, setDescription, setDescriptionID, setEditable, setGroup, setID, setNonEditableReason, setResourceProvider, setResourceProviderID, setSources, setUndefinedState, setValue, toStringpublic JDBCDriverClassNameProperty()
public JDBCDriverClassNameProperty(java.lang.String id,
java.lang.String className)
JDBCDriverClassNameProperty
class.id - the ID of property.className - the name of class of JDBC driver.public java.lang.String getClassType()
getClassType in interface PropertyVisitorAcceptorgetClassType in class JarEntryPropertyPropertyID.JDBC_DRIVER_CLASS_NAME_PROPERTYpublic void accept(PropertyVisitor v) throws java.lang.Exception
accept in interface PropertyVisitorAcceptoraccept in class JarEntryPropertyv - the PropertyVisitor.java.lang.Exception