Package | Description |
---|---|
com.blackhillsoftware.smf.smf60 |
Mapping for SMF type 60 (VVDS update) record - for usage details see
Smf60Record . |
com.blackhillsoftware.smf.smf61 |
Mapping for SMF type 61 (ICF Define) record - for usage details see
Smf61Record . |
com.blackhillsoftware.smf.smf65 |
Mapping for SMF type 65 (ICF Delete) record - for usage details see
Smf65Record . |
com.blackhillsoftware.smf.smf66 |
Mapping for SMF type 66 (ICF Alter) record - for usage details see
Smf66Record . |
Modifier and Type | Method and Description |
---|---|
static EntryType |
EntryType.fromInt(int i) |
EntryType |
Smf60Record.smf60EntryType()
SMF60TYP value as EntryType.
|
static EntryType |
EntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntryType[] |
EntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EntryType |
Smf61Record.smf61EntryType()
SMF61TYP value as EntryType.
|
Modifier and Type | Method and Description |
---|---|
EntryType |
Smf65Record.smf65EntryType()
SMF65TYP value as EntryType.
|
Modifier and Type | Method and Description |
---|---|
EntryType |
Smf66Record.smf66EntryType()
SMF66TYP value as EntryType.
|
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.