Package com.blackhillsoftware.svpse
Class SchedulingResourcesEntry
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.svpse.SchedulingResourcesEntry
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SchedulingResourcesEntry
create
(byte[] Data, int offset, int length) create is intended for internal use only.SVPSE_RE_DESCRIPTION value.SVPSE_RE_RESOURCE_NAME value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SVPSE_ID
public static final int SVPSE_IDConstant: 0xE2E5D7E2 = 3806713826- See Also:
-
-
Method Details
-
svpseReResourceName
SVPSE_RE_RESOURCE_NAME value.- Returns:
- String SVPSE_RE_RESOURCE_NAME value
-
svpseReDescription
SVPSE_RE_DESCRIPTION value.- Returns:
- String SVPSE_RE_DESCRIPTION value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-