|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ComponentInfo>
com.cisco.oss.foundation.monitoring.component.data.ComponentInfo
public enum ComponentInfo
| Enum Constant Summary | |
|---|---|
INSTANCE
|
|
| Method Summary | |
|---|---|
String |
getFullName()
Full name of the component. |
String |
getInstance()
Instance Name format must be |
String |
getName()
Name of the component.Name can be Acronym. |
RedundancyMode |
getRedundancyMode()
|
String |
getVersion()
Component version |
void |
setFullName(String fullName)
|
void |
setInstance(String instance)
|
void |
setName(String name)
|
void |
setRedundancyMode(RedundancyMode redundancyMode)
|
void |
setVersion(String version)
|
static ComponentInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ComponentInfo[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ComponentInfo INSTANCE
| Method Detail |
|---|
public static ComponentInfo[] values()
for (ComponentInfo c : ComponentInfo.values()) System.out.println(c);
public static ComponentInfo valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic void setFullName(String fullName)
public void setInstance(String instance)
public void setVersion(String version)
public void setRedundancyMode(RedundancyMode redundancyMode)
public void setName(String name)
public String getFullName()
IComponentInfoMXBean
getFullName in interface IComponentInfoMXBeanpublic String getInstance()
IComponentInfoMXBean
getInstance in interface IComponentInfoMXBeanpublic String getName()
IComponentInfoMXBean
getName in interface IComponentInfoMXBeanpublic RedundancyMode getRedundancyMode()
getRedundancyMode in interface IComponentInfoMXBeanpublic String getVersion()
IComponentInfoMXBean
getVersion in interface IComponentInfoMXBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||