|
Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<MappingType>
cytoscape.visual.mappings.MappingType
public enum MappingType
Defines visual mapping types. This replaces all hard-coded strings related to mappings.
| Enum Constant Summary | |
|---|---|
CONTINUOUS
|
|
DISCRETE
|
|
PASSTHROUGH
|
|
| Method Summary | |
|---|---|
String |
getBaseKey()
DOCUMENT ME! |
static MappingType |
getMappingType(String baseKey)
Deprecated. Will be removed 5/2008 |
String |
getName()
DOCUMENT ME! |
String |
getPropertyKey()
DOCUMENT ME! |
static MappingType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MappingType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| 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 |
| Enum Constant Detail |
|---|
public static final MappingType DISCRETE
public static final MappingType CONTINUOUS
public static final MappingType PASSTHROUGH
| Method Detail |
|---|
public static final MappingType[] values()
for(MappingType c : MappingType.values())
System.out.println(c);
public static MappingType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic String getName()
public String getBaseKey()
public String getPropertyKey()
@Deprecated public static MappingType getMappingType(String baseKey)
baseKey - DOCUMENT ME!
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||