public abstract class SourceSystem extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static SourceSystem |
DERIVED |
static SourceSystem |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getStringRepresentation() |
abstract boolean |
isDerived() |
public static final SourceSystem UNKNOWN
public static final SourceSystem DERIVED
public abstract boolean isDerived()
public abstract String getStringRepresentation()
Copyright © 2012–2018 Emory University. All rights reserved.