public class SpecVersion extends Object implements Serializable
| Constructor and Description |
|---|
SpecVersion(int major,
int minor)
Create
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMajor()
getter
|
int |
getMinor()
getter
|
String |
getRepresentation()
create readable text
|
String |
toString() |
Copyright © 2018–2022. All rights reserved.