public abstract class StaticExcerpt extends Object implements Excerpt, Comparable<StaticExcerpt>
| Modifier and Type | Class and Description |
|---|---|
static class |
StaticExcerpt.Type |
| Modifier | Constructor and Description |
|---|---|
protected |
StaticExcerpt(StaticExcerpt.Type type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(StaticExcerpt o) |
String |
getName() |
StaticExcerpt.Type |
getType() |
protected StaticExcerpt(StaticExcerpt.Type type, String name)
public StaticExcerpt.Type getType()
public String getName()
public int compareTo(StaticExcerpt o)
compareTo in interface Comparable<StaticExcerpt>Copyright © 2016 Google, Inc.. All rights reserved.