Package com.blackhillsoftware.smf.smf90
Class WlmServicePolicySection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.WlmServicePolicySection
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic WlmServicePolicySectioncreate(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only.byte[]smf9024a()SMF9024A data.longsmf9024i()SMF9024I value.intsmf9024n()SMF9024N value.intsmf9024s()SMF9024S value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf9024s
public int smf9024s()SMF9024S value.- Returns:
- int SMF9024S value
-
smf9024n
public int smf9024n()SMF9024N value.- Returns:
- int SMF9024N value
-
smf9024i
public long smf9024i()SMF9024I value.- Returns:
- long SMF9024I value
-
smf9024a
public byte[] smf9024a()SMF9024A data.- Returns:
- byte[] SMF9024A data
-
create
public static WlmServicePolicySection create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) 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
-