public interface PluginVersion extends IdEObject
The following features are supported:
StorePackage.getPluginVersion()| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId()
Returns the value of the 'Artifact Id' attribute.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
String |
getGroupId()
Returns the value of the 'Group Id' attribute.
|
String |
getRepository()
Returns the value of the 'Repository' attribute.
|
PluginType |
getType()
Returns the value of the 'Type' attribute.
|
String |
getVersion()
Returns the value of the 'Version' attribute.
|
boolean |
isMismatch()
Returns the value of the 'Mismatch' attribute.
|
void |
setArtifactId(String value)
Sets the value of the '
Artifact Id' attribute. |
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setGroupId(String value)
Sets the value of the '
Group Id' attribute. |
void |
setMismatch(boolean value)
Sets the value of the '
Mismatch' attribute. |
void |
setRepository(String value)
Sets the value of the '
Repository' attribute. |
void |
setType(PluginType value)
Sets the value of the '
Type' attribute. |
void |
setVersion(String value)
Sets the value of the '
Version' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getVersion()
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(String),
StorePackage.getPluginVersion_Version()void setVersion(String value)
Version' attribute.
value - the new value of the 'Version' attribute.getVersion()PluginType getType()
PluginType.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
PluginType,
setType(PluginType),
StorePackage.getPluginVersion_Type()void setType(PluginType value)
Type' attribute.
value - the new value of the 'Type' attribute.PluginType,
getType()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
StorePackage.getPluginVersion_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()boolean isMismatch()
If the meaning of the 'Mismatch' attribute isn't clear, there really should be more of a description here...
setMismatch(boolean),
StorePackage.getPluginVersion_Mismatch()void setMismatch(boolean value)
Mismatch' attribute.
value - the new value of the 'Mismatch' attribute.isMismatch()String getRepository()
If the meaning of the 'Repository' attribute isn't clear, there really should be more of a description here...
setRepository(String),
StorePackage.getPluginVersion_Repository()void setRepository(String value)
Repository' attribute.
value - the new value of the 'Repository' attribute.getRepository()String getGroupId()
If the meaning of the 'Group Id' attribute isn't clear, there really should be more of a description here...
setGroupId(String),
StorePackage.getPluginVersion_GroupId()void setGroupId(String value)
Group Id' attribute.
value - the new value of the 'Group Id' attribute.getGroupId()String getArtifactId()
If the meaning of the 'Artifact Id' attribute isn't clear, there really should be more of a description here...
setArtifactId(String),
StorePackage.getPluginVersion_ArtifactId()void setArtifactId(String value)
Artifact Id' attribute.
value - the new value of the 'Artifact Id' attribute.getArtifactId()Copyright © 2016 OpenSource BIM. All rights reserved.