public interface Technology extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Contains the name of the technology (for example, 'eap').
|
int |
getVersion() |
String |
getVersionRange()
Contains the version range of the technology (for example, '[6]').
|
void |
setName(String name)
Contains the name of the technology (for example, 'eap').
|
void |
setVersion(int version) |
void |
setVersionRange(String versionRange)
Contains the version range of the technology (for example, '[6]').
|
int getVersion()
void setVersion(int version)
String getName()
void setName(String name)
String getVersionRange()
void setVersionRange(String versionRange)
Copyright © 2020 JBoss by Red Hat. All rights reserved.