Package | Description |
---|---|
org.safs.persist |
Modifier and Type | Method and Description |
---|---|
static PersistenceType |
PersistenceType.get(java.lang.String name) |
PersistenceType |
VerifierToFile.getType() |
PersistenceType |
Verifier.getType()
The persistence Type.
|
PersistenceType |
PersistorToVariable.getType() |
PersistenceType |
PersistorToString.getType() |
PersistenceType |
PersistorToFile.getType() |
PersistenceType |
Persistor.getType()
The persistence Type.
|
static PersistenceType |
PersistenceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PersistenceType[] |
PersistenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Verifier |
VerifierFactory.create(PersistenceType persistenceType,
FileUtilities.FileType fileType,
RuntimeDataInterface runtime,
java.lang.Object object) |
static Persistor |
PersistorFactory.create(PersistenceType persistenceType,
FileUtilities.FileType fileType,
RuntimeDataInterface runtime,
java.lang.Object object) |
Copyright © SAS Institute. All Rights Reserved.