gnu.inet.imap

Class Namespaces.Namespace

Enclosing Class:
Namespaces

public static class Namespaces.Namespace
extends java.lang.Object

An individual namespace specification.

Method Summary

char
getDelimiter()
Returns the delimiter character for the namespace.
Map
getExtensions()
Returns the dictionary of extension values for the namespace, or null if there are no extensions.
String
getPrefix()
Returns the namespace prefix.
String
toString()
Debugging.

Method Details

getDelimiter

public char getDelimiter()
Returns the delimiter character for the namespace.


getExtensions

public Map getExtensions()
Returns the dictionary of extension values for the namespace, or null if there are no extensions.


getPrefix

public String getPrefix()
Returns the namespace prefix.


toString

public String toString()
Debugging.


© Copyright 2003 The Free Software Foundation, all rights reserved