public class Profile extends Object
Constructor and Description |
---|
Profile(String name,
SpecificationVersion version)
Creates new Profile
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getName()
Returns the name of the profile
|
SpecificationVersion |
getVersion()
Returns the version of the profile
|
int |
hashCode() |
String |
toString() |
public Profile(String name, SpecificationVersion version)
name
- of the profile, e.g. MIDPversion
- of the profile, e.g. 1.0public final String getName()
public final SpecificationVersion getVersion()
Built on October 25 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.