public static enum Message.Type extends java.lang.Enum<Message.Type>
Enum Constant and Description |
---|
AuthInfo2Delete
notification that an AuthInfo 2 has been deleted
|
AuthInfo2Notify
notification that an AuthInfo 2 has been set for the given domain
|
AuthInfoExpire
notification that the AuthInfo 1 of the given domain has expired
|
ChangeProvAuthInfo
notification that a provider change via AuthInfo has taken place
|
DomainDelete
notification that a domain has been deleted
|
DomainExpire
notification that the given failed" domains have been deleted
|
DomainExpireWarning
notification that the given "failed" domains will be deleted
in near future
|
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
denicToken
the DENIC token
|
private static java.util.Map<java.lang.String,Message.Type> |
tokenMap
map from the token to the type
|
Modifier and Type | Method and Description |
---|---|
static Message.Type |
fromToken(java.lang.String denicToken)
return the level for the given token
|
java.lang.String |
getDenicToken()
return the DENIC token
|
static Message.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Message.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Message.Type ChangeProvAuthInfo
public static final Message.Type DomainExpire
public static final Message.Type DomainExpireWarning
public static final Message.Type AuthInfoExpire
public static final Message.Type AuthInfo2Notify
public static final Message.Type DomainDelete
public static final Message.Type AuthInfo2Delete
private java.lang.String denicToken
private static final java.util.Map<java.lang.String,Message.Type> tokenMap
public static Message.Type[] values()
for (Message.Type c : Message.Type.values()) System.out.println(c);
public static Message.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getDenicToken()
public static Message.Type fromToken(java.lang.String denicToken)
denicToken
- the tokennull
if the
token is not foundCopyright © 2005-2013 Knipp Medien und Kommunikation GmbH