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()