com.accurisnetworks.accuroam
Enum ResultMessages.CallHomeResult
java.lang.Object
java.lang.Enum<ResultMessages.CallHomeResult>
com.accurisnetworks.accuroam.ResultMessages.CallHomeResult
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<ResultMessages.CallHomeResult>
- Enclosing class:
- ResultMessages
public static enum ResultMessages.CallHomeResult
- extends java.lang.Enum<ResultMessages.CallHomeResult>
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
CALL_HOME_SUCCESSFUL
public static final ResultMessages.CallHomeResult CALL_HOME_SUCCESSFUL
CALL_HOME_SUCCESSFUL_IDENTIFY_CHANGED
public static final ResultMessages.CallHomeResult CALL_HOME_SUCCESSFUL_IDENTIFY_CHANGED
CALL_HOME_FAILED
public static final ResultMessages.CallHomeResult CALL_HOME_FAILED
values
public static ResultMessages.CallHomeResult[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ResultMessages.CallHomeResult c : ResultMessages.CallHomeResult.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ResultMessages.CallHomeResult valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null