@OpenApiAll public class JarEntryProperty extends StringProperty
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 |
|---|
JarEntryProperty()
Default constructor.
|
JarEntryProperty(java.lang.String id,
java.lang.String jarEntryName)
The property constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PropertyVisitor v)
Accepts the given visitor.
|
JarEntryProperty |
clone()
Clones the property.
|
java.lang.String |
getClassType()
Returns property class type.
|
com.nomagic.magicdraw.properties.ClassPathEntriesListProperty |
getPathProperty()
Get Path Property.
|
void |
setPathProperty(com.nomagic.magicdraw.properties.ClassPathEntriesListProperty pathProperty)
Set path property
|
getString, getValueStringRepresentation, isMultiline, setMultiline_isFrozen, _setFrozen, addPropertyChangeListener, addSource, addSources, areValuesEqual, createCellEditor, createTableCellRenderer, equals, firePropertyChange, generateDefaultDescriptionID, getAdditionalProperties, getAdditionalProperty, getDescription, getDescriptionID, getGroup, getID, getIntroductoryVersion, getName, getNonEditableReason, getProjectFromSourcesOrActive, getPureDescription, getResourceProvider, getResourceProviderID, getSources, getUndefinedString, getUndefinedString, getValue, hashCode, isEditable, isUndefinedState, removePropertyChangeListener, setAdditionalProperties, setAdditionalProperty, setDescription, setDescriptionID, setEditable, setGroup, setID, setIntroductoryVersion, setNonEditableReason, setResourceProvider, setResourceProviderID, setSources, setUndefinedState, setValue, toStringpublic JarEntryProperty()
public JarEntryProperty(java.lang.String id,
java.lang.String jarEntryName)
id - the ID of property.jarEntryName - the name of jar entry in the jar file.public void accept(PropertyVisitor v) throws java.lang.Exception
accept in interface PropertyVisitorAcceptoraccept in class StringPropertyv - the PropertyVisitor.java.lang.Exceptionpublic java.lang.String getClassType()
getClassType in interface PropertyVisitorAcceptorgetClassType in class StringPropertyPropertyID.JARENTRY_PROPERTYpublic com.nomagic.magicdraw.properties.ClassPathEntriesListProperty getPathProperty()
public void setPathProperty(com.nomagic.magicdraw.properties.ClassPathEntriesListProperty pathProperty)
pathProperty - Set Path Property.public JarEntryProperty clone()
Propertyclone in class StringProperty