public abstract class StaticExcerpt extends Excerpt implements java.lang.Comparable<StaticExcerpt>
| Modifier and Type | Class and Description |
|---|---|
static class |
StaticExcerpt.Type |
ValueType.FieldReceiver| Modifier | Constructor and Description |
|---|---|
protected |
StaticExcerpt(StaticExcerpt.Type type,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFields(ValueType.FieldReceiver fields)
Implement this method to report the name and value of each field.
|
int |
compareTo(StaticExcerpt o) |
java.lang.String |
getName() |
StaticExcerpt.Type |
getType() |
protected StaticExcerpt(StaticExcerpt.Type type, java.lang.String name)
public StaticExcerpt.Type getType()
public java.lang.String getName()
public int compareTo(StaticExcerpt o)
compareTo in interface java.lang.Comparable<StaticExcerpt>protected void addFields(ValueType.FieldReceiver fields)
ValueType