Package com.blackhillsoftware.svpol
Class ServiceClassInformation
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.svpol.ServiceClassInformation
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x80 = 128static final int
Constant: 0x08 = 8static final int
Constant: 0x80 = 128static final int
Constant: 0x80 = 128static final int
Constant: 0x40 = 64static final int
Constant: 0x04 = 4static final int
Constant: 0x01 = 1static final int
Constant: 0x20 = 32static final int
Constant: 0x02 = 2static final int
Constant: 0x10 = 16 -
Method Summary
Modifier and TypeMethodDescriptionstatic ServiceClassInformation
create
(byte[] Data, int offset, int length) create is intended for internal use only.boolean
svpoladr()
Return true ifSVPOLADR
bit insvpolcf1()
is set.svpolcde()
SVPOLCDE value.boolean
svpolcdh()
Return true ifSVPOLCDH
bit insvpolcf1()
is set.int
svpolcef()
SVPOLCEF value.int
svpolcek()
SVPOLCEK value.svpolcen()
SVPOLCEN value.boolean
svpolcew()
Return true ifSVPOLCEW
bit insvpolcef()
is set.int
svpolcf1()
SVPOLCF1 value.int
svpolcf2()
SVPOLCF2 value.int
svpolcgi()
SVPOLCGI value.svpolcnm()
SVPOLCNM value.boolean
svpolcpc()
Return true ifSVPOLCPC
bit insvpolcf1()
is set.int
svpolcpn()
SVPOLCPN value.int
svpolcpo()
SVPOLCPO value.svpolcrn()
SVPOLCRN value.int
svpolcsi()
SVPOLCSI value.int
svpolcwi()
SVPOLCWI value.svpolcwn()
SVPOLCWN value.boolean
svpolenc()
Return true ifSVPOLENC
bit insvpolcf1()
is set.boolean
Return true ifSVPOL_INELIGHONORPRIORITY
bit insvpolcf2()
is set.boolean
svpolipg()
Return true ifSVPOLIPG
bit insvpolcf1()
is set.boolean
svpolstr()
Return true ifSVPOLSTR
bit insvpolcf1()
is set.boolean
svpolsyh()
Return true ifSVPOLSYH
bit insvpolcf1()
is set.boolean
svpoltra()
Return true ifSVPOLTRA
bit insvpolcf1()
is set.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SVPOLCDH
public static final int SVPOLCDHConstant: 0x80 = 128- See Also:
-
SVPOLCPC
public static final int SVPOLCPCConstant: 0x40 = 64- See Also:
-
SVPOLSTR
public static final int SVPOLSTRConstant: 0x20 = 32- See Also:
-
SVPOLTRA
public static final int SVPOLTRAConstant: 0x10 = 16- See Also:
-
SVPOLADR
public static final int SVPOLADRConstant: 0x08 = 8- See Also:
-
SVPOLENC
public static final int SVPOLENCConstant: 0x04 = 4- See Also:
-
SVPOLSYH
public static final int SVPOLSYHConstant: 0x02 = 2- See Also:
-
SVPOLIPG
public static final int SVPOLIPGConstant: 0x01 = 1- See Also:
-
SVPOL_INELIGHONORPRIORITY
public static final int SVPOL_INELIGHONORPRIORITYConstant: 0x80 = 128- See Also:
-
SVPOLCEW
public static final int SVPOLCEWConstant: 0x80 = 128- See Also:
-
-
Method Details
-
svpolcnm
SVPOLCNM value.- Returns:
- String SVPOLCNM value
-
svpolcde
SVPOLCDE value.- Returns:
- String SVPOLCDE value
-
svpolcwn
SVPOLCWN value.- Returns:
- String SVPOLCWN value
-
svpolcrn
SVPOLCRN value.- Returns:
- String SVPOLCRN value
-
svpolcpo
public int svpolcpo()SVPOLCPO value.- Returns:
- int SVPOLCPO value
-
svpolcpn
public int svpolcpn()SVPOLCPN value.- Returns:
- int SVPOLCPN value
-
svpolcf1
public int svpolcf1()SVPOLCF1 value.- Returns:
- int SVPOLCF1 value
-
svpolcdh
public boolean svpolcdh()Return true ifSVPOLCDH
bit insvpolcf1()
is set.- Returns:
- boolean SVPOLCDH bit is set in svpolcf1()
SVPOLCDH = 0x80
-
svpolcpc
public boolean svpolcpc()Return true ifSVPOLCPC
bit insvpolcf1()
is set.- Returns:
- boolean SVPOLCPC bit is set in svpolcf1()
SVPOLCPC = 0x40
-
svpolstr
public boolean svpolstr()Return true ifSVPOLSTR
bit insvpolcf1()
is set.- Returns:
- boolean SVPOLSTR bit is set in svpolcf1()
SVPOLSTR = 0x20
-
svpoltra
public boolean svpoltra()Return true ifSVPOLTRA
bit insvpolcf1()
is set.- Returns:
- boolean SVPOLTRA bit is set in svpolcf1()
SVPOLTRA = 0x10
-
svpoladr
public boolean svpoladr()Return true ifSVPOLADR
bit insvpolcf1()
is set.- Returns:
- boolean SVPOLADR bit is set in svpolcf1()
SVPOLADR = 0x08
-
svpolenc
public boolean svpolenc()Return true ifSVPOLENC
bit insvpolcf1()
is set.- Returns:
- boolean SVPOLENC bit is set in svpolcf1()
SVPOLENC = 0x04
-
svpolsyh
public boolean svpolsyh()Return true ifSVPOLSYH
bit insvpolcf1()
is set.- Returns:
- boolean SVPOLSYH bit is set in svpolcf1()
SVPOLSYH = 0x02
-
svpolipg
public boolean svpolipg()Return true ifSVPOLIPG
bit insvpolcf1()
is set.- Returns:
- boolean SVPOLIPG bit is set in svpolcf1()
SVPOLIPG = 0x01
-
svpolcf2
public int svpolcf2()SVPOLCF2 value.- Returns:
- int SVPOLCF2 value
-
svpolIneligHonorPriority
public boolean svpolIneligHonorPriority()Return true ifSVPOL_INELIGHONORPRIORITY
bit insvpolcf2()
is set.- Returns:
- boolean SVPOL_INELIGHONORPRIORITY bit is set in svpolcf2()
SVPOL_INELIGHONORPRIORITY = 0x80
-
svpolcgi
public int svpolcgi()SVPOLCGI value.- Returns:
- int SVPOLCGI value
-
svpolcwi
public int svpolcwi()SVPOLCWI value.- Returns:
- int SVPOLCWI value
-
svpolcen
SVPOLCEN value.- Returns:
- String SVPOLCEN value
-
svpolcek
public int svpolcek()SVPOLCEK value.- Returns:
- int SVPOLCEK value
-
svpolcef
public int svpolcef()SVPOLCEF value.- Returns:
- int SVPOLCEF value
-
svpolcew
public boolean svpolcew()Return true ifSVPOLCEW
bit insvpolcef()
is set.- Returns:
- boolean SVPOLCEW bit is set in svpolcef()
SVPOLCEW = 0x80
-
svpolcsi
public int svpolcsi()SVPOLCSI value.- Returns:
- int SVPOLCSI 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
-