|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectezvcard.io.VCardLine
public class VCardLine
Represents the components that make up an unfolded vCard line, such as type name and value.
| Method Summary | |
|---|---|
String |
getGroup()
Gets the group. |
List<List<String>> |
getSubTypes()
Gets the sub types. |
String |
getTypeName()
Gets the type name. |
String |
getValue()
Gets the value. |
static VCardLine |
parse(String line,
VCardVersion version,
boolean caretDecodingEnabled)
Parses an unfolded vCard line. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static VCardLine parse(String line,
VCardVersion version,
boolean caretDecodingEnabled)
line - the unfolded line to parseversion - the version of the vCard that's being parsedcaretDecodingEnabled - true to enable circumflex accent decoding in
3.0 and 4.0 parameter values, false not to
public String getGroup()
public String getTypeName()
public List<List<String>> getSubTypes()
public String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||