Sun Adapter for SAG API

com.stc.connector.sagadapter.sagapi
Class SAGConstants.C_SwInt_ValResult

java.lang.Object
  extended by com.stc.connector.sagadapter.sagapi.SAGConstants.C_SwInt_ValResult
Enclosing class:
SAGConstants

public static class SAGConstants.C_SwInt_ValResult
extends java.lang.Object

Constants for SwInt_ValResult

Version:
cvs revision: $Revision: 1.5 $ Last Modified: $Date: 2007/07/06 23:52:30 $
Author:
Harry Liu (harry.liu@sun.com)

Constructor Summary
SAGConstants.C_SwInt_ValResult()
           
 
Method Summary
static java.lang.String getFatal()
          Returns VALIDATION_RESULT_FATAL.
static java.lang.String getSuccess()
          Returns VALIDATION_RESULT_SUCCESS.
static java.lang.String getWarning()
          Returns VALIDATION_RESULT_WARNING.
static boolean hasValue(java.lang.String value)
          Checks whether the constant category has/contains the specified value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAGConstants.C_SwInt_ValResult

public SAGConstants.C_SwInt_ValResult()
Method Detail

getSuccess

public static final java.lang.String getSuccess()
Returns VALIDATION_RESULT_SUCCESS.

Parameters:
None.

Returns:
String - Returns VALIDATION_RESULT_SUCCESS.
Throws:
None.

getWarning

public static final java.lang.String getWarning()
Returns VALIDATION_RESULT_WARNING.

Parameters:
None.

Returns:
String - Returns VALIDATION_RESULT_WARNING.
Throws:
None.

getFatal

public static final java.lang.String getFatal()
Returns VALIDATION_RESULT_FATAL.

Parameters:
None.

Returns:
String - Returns VALIDATION_RESULT_FATAL.
Throws:
None.

hasValue

public static final boolean hasValue(java.lang.String value)
Checks whether the constant category has/contains the specified value.

Parameters:
value - The value to be checked.
Returns:
true or false

Sun Adapter for SAG API

Copyright © 2008 Sun Microsystems, Inc. All rights reserved.