Package com.blackhillsoftware.svpol
Class ReportClassInformation
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.svpol.ReportClassInformation
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ReportClassInformation
create
(byte[] Data, int offset, int length) create is intended for internal use only.svpolrde()
SVPOLRDE value.long
svpolrfl()
SVPOLRFL value.svpolrnm()
SVPOLRNM value.boolean
svpoltrc()
Return true if SVPOLTRC bit insvpolrfl()
is set.int
SVPOL_TRG_INDEX value.SVPOL_TRG_NAME value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SVPOLTRC
public static final int SVPOLTRCConstant: 0x80 = 128- See Also:
-
-
Method Details
-
svpolrnm
SVPOLRNM value.- Returns:
- String SVPOLRNM value
-
svpolrde
SVPOLRDE value.- Returns:
- String SVPOLRDE value
-
svpolrfl
public long svpolrfl()SVPOLRFL value.- Returns:
- long SVPOLRFL value
-
svpoltrc
public boolean svpoltrc()Return true if SVPOLTRC bit insvpolrfl()
is set.- Returns:
- boolean SVPOLTRC bit is set in svpolrfl()
SVPOLTRC = 0x80
-
svpolTrgIndex
public int svpolTrgIndex()SVPOL_TRG_INDEX value.- Returns:
- int SVPOL_TRG_INDEX value
-
svpolTrgName
SVPOL_TRG_NAME value.- Returns:
- String SVPOL_TRG_NAME 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
-