Searched refs:longSections (Results 1 - 1 of 1) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DSection.java37 private static String [] longSections = new String[4]; field in class:Section
49 longSections[QUESTION] = "QUESTIONS";
50 longSections[ANSWER] = "ANSWERS";
51 longSections[AUTHORITY] = "AUTHORITY RECORDS";
52 longSections[ADDITIONAL] = "ADDITIONAL RECORDS";
73 return longSections[i];

Completed in 75 milliseconds