|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VType | |
|---|---|
| local.tomas.vcard | |
| local.tomas.vcard.impl | |
| Uses of VType in local.tomas.vcard |
|---|
| Methods in local.tomas.vcard that return VType | |
|---|---|
static VType |
VType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static VType[] |
VType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in local.tomas.vcard with parameters of type VType | |
|---|---|
static java.lang.String |
VCardToken.beginToken(VType type)
|
static java.lang.String |
VCardToken.endToken(VType type)
|
VCardConfiguration |
VCard.getSubtype(VType type)
|
boolean |
VCard.hasType(VType type)
|
java.util.List<VCard> |
VCardReader.parse(java.io.BufferedReader rdr,
VType type)
|
java.util.List<VCard> |
VCardReader.parse(java.io.InputStream is,
VType type)
|
java.util.List<VCard> |
VCardReader.parse(java.io.Reader rdr,
VType type)
|
| Uses of VType in local.tomas.vcard.impl |
|---|
| Methods in local.tomas.vcard.impl that return VType | |
|---|---|
VType |
VCardConfiguration.getType()
|
VType |
VCardReaderImpl.Tracker.getType()
|
| Methods in local.tomas.vcard.impl with parameters of type VType | |
|---|---|
VCardConfiguration |
VCardConfiguration.findSubConfiguration(VType type)
|
static VCardConfiguration |
VCardConfiguration.loadDefault(VType type)
|
java.util.List<VCard> |
VCardReaderImpl.parse(java.io.BufferedReader rdr,
VType type)
|
java.util.List<VCard> |
VCardReaderImpl.parse(java.io.InputStream is,
VType type)
|
java.util.List<VCard> |
VCardReaderImpl.parse(java.io.Reader rdr,
VType type)
|
| Method parameters in local.tomas.vcard.impl with type arguments of type VType | |
|---|---|
protected void |
VCardWriterImpl.format(VCard vCard,
VCardConfiguration configuration,
java.io.PrintWriter writer,
java.lang.String charset,
java.util.List<VType> typeStack)
|
| Constructors in local.tomas.vcard.impl with parameters of type VType | |
|---|---|
VCardReaderImpl.Tracker(VType type,
VCardConfiguration conf)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||