Package | Description |
---|---|
com.lexmark.saperion | |
com.lexmark.saperion.archive |
This package holds data models concerning saperion archives.
|
com.lexmark.saperion.exceptions.runtime |
Modifier and Type | Method and Description |
---|---|
static ArchiveReferenceType |
TypeConversions.createArchiveReference(String name,
ArchiveContentEnum contentType)
Creates an archive reference with the specified name.
|
Modifier and Type | Method and Description |
---|---|
ArchiveContentEnum |
ArchiveReferenceType.getContentType()
The type of content contained in the referenced archive.
|
static ArchiveContentEnum |
ArchiveContentEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArchiveContentEnum[] |
ArchiveContentEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ArchiveReferenceType.setContentType(ArchiveContentEnum contentType)
Sets the type of content contained in this archive.
|
Modifier and Type | Method and Description |
---|---|
ArchiveContentEnum |
WrongArchiveKindDetails.getActualArchiveKind() |
ArchiveContentEnum |
WrongArchiveKindDetails.getExpectedArchiveKind() |
Modifier and Type | Method and Description |
---|---|
void |
WrongArchiveKindDetails.setActualArchiveKind(ArchiveContentEnum actualArchiveKind) |
void |
WrongArchiveKindDetails.setExpectedArchiveKind(ArchiveContentEnum expectedArchiveKind) |
Constructor and Description |
---|
WrongArchiveKindException(String message,
ArchiveReferenceType archiveReference,
ArchiveContentEnum actualArchiveKind,
ArchiveContentEnum expectedArchiveKind)
This constructor creates a new exception for the case that the given archive reference was expected to reference
an archive of the given expected archive type but was instead referencing an archive of the given encountered
archive type.
|
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.