|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<MNodeMeasureCategory>
de.cesr.more.measures.node.MNodeMeasureCategory
public enum MNodeMeasureCategory
MORe
| Enum Constant Summary | |
|---|---|
NODE_AUTHORITY
|
|
NODE_CENTRALITY
|
|
NODE_CENTRALITY_NORM
|
|
NODE_CENTRALITY_STD
|
|
NODE_MISC
|
|
NODE_PRESTIGE
|
|
NOT_DEFINED
|
|
| Method Summary | |
|---|---|
boolean |
equals(MNodeMeasureCategory category)
Test for equality by the category's description |
String |
toString()
Returns the description of this MeasureCategory |
static MNodeMeasureCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MNodeMeasureCategory[] |
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 MNodeMeasureCategory NOT_DEFINED
public static final MNodeMeasureCategory NODE_CENTRALITY
public static final MNodeMeasureCategory NODE_CENTRALITY_NORM
public static final MNodeMeasureCategory NODE_CENTRALITY_STD
public static final MNodeMeasureCategory NODE_PRESTIGE
public static final MNodeMeasureCategory NODE_AUTHORITY
public static final MNodeMeasureCategory NODE_MISC
| Method Detail |
|---|
public static MNodeMeasureCategory[] values()
for (MNodeMeasureCategory c : MNodeMeasureCategory.values()) System.out.println(c);
public static MNodeMeasureCategory 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<MNodeMeasureCategory>Object.toString()public boolean equals(MNodeMeasureCategory category)
category -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||