public class HDHRProgram extends Object
Modifier and Type | Field and Description |
---|---|
protected static Pattern |
PATTERN
Compiled
REGEX . |
protected static String |
REGEX
REGEX = "(? |
Modifier | Constructor and Description |
---|---|
protected |
HDHRProgram(int frequency,
String modulation,
Integer tsid,
String line)
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
getFlags() |
int |
getFrequency() |
String |
getModulation() |
String |
getName() |
int |
getNumber() |
Integer |
getTSID() |
String |
getVirtual() |
String |
toString() |
@ConstantValueMustConvertTo(value=java.util.regex.Pattern.class, method="compile") protected static final String REGEX
REGEX
= "(?@CompileTimeCheck protected static final Pattern PATTERN
REGEX
.protected HDHRProgram(int frequency, String modulation, Integer tsid, String line)
frequency
- The Channel
frequency.modulation
- The modulation.tsid
- The transport stream ID.line
- The line to parse.public int getFrequency()
public String getModulation()
public int getNumber()
public String getVirtual()
Copyright © 2015–2020 Allen D. Ball. All rights reserved.