| Constructor and Description |
|---|
Profile()
|
Profile(ConformanceLevel conformanceLevel)
|
Profile(String namespace,
ProfileVersion version,
ConformanceLevel conformanceLevel)
|
| Modifier and Type | Method and Description |
|---|---|
String |
fullName()
|
ConformanceLevel |
getConformanceLevel()
|
String |
getNamespace()
|
ProfileVersion |
getVersion()
|
Profile |
setConformanceLevel(ConformanceLevel conformanceLevel)
|
Profile |
setNamespace(String namespace)
|
Profile |
setVersion(ProfileVersion version)
|
public Profile()
Instantiates a new profile.
public Profile(ConformanceLevel conformanceLevel)
Instantiates a new profile with the latest version
conformanceLevel - the conformance levelpublic Profile(String namespace, ProfileVersion version, ConformanceLevel conformanceLevel)
Instantiates a new profile.
namespace - the namespaceversion - the versionconformanceLevel - the conformance levelpublic String fullName()
Gets the full name consisting of the namespace, version, conformance level.
public ConformanceLevel getConformanceLevel()
Gets the conformance level.
public String getNamespace()
Gets the namespace.
public ProfileVersion getVersion()
Gets the version.
public Profile setConformanceLevel(ConformanceLevel conformanceLevel)
Sets the conformance level.
conformanceLevel - the new conformance levelpublic Profile setNamespace(String namespace)
Sets the namespace.
namespace - the namespacepublic Profile setVersion(ProfileVersion version)
Sets the version.
version - the new versionCopyright © 2014 Konik.io. All Rights Reserved.