|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<MNetworkMeasureCategory>
de.cesr.more.measures.network.MNetworkMeasureCategory
public enum MNetworkMeasureCategory
MORe
| Method Summary | |
|---|---|
boolean |
equals(MNetworkMeasureCategory category)
Test for equality by the category's description |
String |
toString()
Returns the description of this MeasureCategory |
static MNetworkMeasureCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MNetworkMeasureCategory[] |
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, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final MNetworkMeasureCategory NOT_DEFINED
public static final MNetworkMeasureCategory NETWORK_CLUSTERING
public static final MNetworkMeasureCategory NETWORK_CENTRALITY
public static final MNetworkMeasureCategory NETWORK_CENTRALITY_NORM
public static final MNetworkMeasureCategory NETWORK_CENTRALITY_STD
public static final MNetworkMeasureCategory NETWORK_MODULARITY
public static final MNetworkMeasureCategory NETWORK_PRESTIGE
public static final MNetworkMeasureCategory NETWORK_AUTHORITY
public static final MNetworkMeasureCategory NETWORK_STATISTICS
public static final MNetworkMeasureCategory NETWORK_MISC
| Method Detail |
|---|
public static MNetworkMeasureCategory[] values()
for (MNetworkMeasureCategory c : MNetworkMeasureCategory.values()) System.out.println(c);
public static MNetworkMeasureCategory 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 String toString()
MeasureCategory
toString in class Enum<MNetworkMeasureCategory>Object.toString()public boolean equals(MNetworkMeasureCategory category)
category -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||