com.sap.portal.admin.wizard.panes

Class FinishPane.FinishMessageType

java.lang.Object
  extended by com.sap.portal.admin.wizard.panes.FinishPane.FinishMessageType
Enclosing class:
FinishPane

Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).

public static final class FinishPane.FinishMessageType
extends Object

Enum that holds different levels of messages that would be displayed when the wizard finishes (above the FinishPane): Info for information messages, warning or error.


Field Summary
static FinishPane.FinishMessageType ERROR
          Deprecated. Error FinishMessageType
static FinishPane.FinishMessageType INFO
          Deprecated. Info FinishMessageType
static FinishPane.FinishMessageType WARNING
          Deprecated. Warning FinishMessageType
 
Method Summary
 boolean equals(FinishPane.FinishMessageType messageType)
          Deprecated. Compares this MessageType to another MessageType.
 boolean equals(String messageTypeStr)
          Deprecated. Compares this MessageType's String value to the specified string.
 String getValue()
          Deprecated. Gets the string that represent the level of this message
 String toString()
          Deprecated. Returns the String value of this MessageType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INFO

public static final FinishPane.FinishMessageType INFO
Deprecated. 
Info FinishMessageType


WARNING

public static final FinishPane.FinishMessageType WARNING
Deprecated. 
Warning FinishMessageType


ERROR

public static final FinishPane.FinishMessageType ERROR
Deprecated. 
Error FinishMessageType

Method Detail

equals

public boolean equals(FinishPane.FinishMessageType messageType)
Deprecated. 
Compares this MessageType to another MessageType. The result is true if and only if the argument is not null and is a MessageType object that has the same String value this object.

Parameters:
messageType - the MessageType to compare this messageType against
Returns:
true if the argument is not null and the objects' values are equal; false otherwise.
See Also:
equals(String)

equals

public boolean equals(String messageTypeStr)
Deprecated. 
Compares this MessageType's String value to the specified string. The result is true if and only if the argument is not null and is a String that equals this MessageType's value.

Parameters:
messageTypeStr - the String to compare this MessageType's value against.
Returns:
true if the Strings are equal; false otherwise

getValue

public String getValue()
Deprecated. 
Gets the string that represent the level of this message

Returns:
string that represents the number level of this message

toString

public String toString()
Deprecated. 
Returns the String value of this MessageType.

Overrides:
toString in class Object
Returns:
the value
See Also:
getValue()
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-RUNTIME [sap.com] tc/ep/admin/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice