Package com.blackhillsoftware.dcollect
Class TapeCapacityPlanning
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.VRecord
com.blackhillsoftware.dcollect.DcollectRecord
com.blackhillsoftware.dcollect.TapeCapacityPlanning
Tape Capacity Planning record
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Tape Capacity Planning type -
Method Summary
Modifier and TypeMethodDescriptionstatic TapeCapacityPlanning
Constructs a new TapeCapacityPlanning record from an existing VRecord.int
utempty()
UTEMPTY value.int
utfull()
UTFULL value.int
utpart()
UTPART value.utstype()
UTSTYPE as a TapeType.int
UTSTYPE raw value.Methods inherited from class com.blackhillsoftware.dcollect.DcollectRecord
dateTime, dcollectType, dcudate, dcudateRawValue, dculeng, dcurctyp, dcurctyp, dcurctypRawValue, dcusysid, dcutime, dcutimeRawValue, dcutmstp, dcuvers
Methods inherited from class com.blackhillsoftware.smf.VRecord
recordLength, recordLength
-
Method Details
-
from
Constructs a new TapeCapacityPlanning record from an existing VRecord. The 2 records share the same data byte array.- Parameters:
record
- an existing VRecord
-
utstype
UTSTYPE as a TapeType.- Returns:
- TapeType UTSTYPE
-
utstypeRawValue
public int utstypeRawValue()UTSTYPE raw value.- Returns:
- int UTSTYPE value
-
utfull
public int utfull()UTFULL value.- Returns:
- int UTFULL value
-
utpart
public int utpart()UTPART value.- Returns:
- int UTPART value
-
utempty
public int utempty()UTEMPTY value.- Returns:
- int UTEMPTY value
-