Modifier and Type | Method and Description |
---|---|
InlineDiffChunk.Type |
InlineDiffChunk.getType() |
static InlineDiffChunk.Type |
InlineDiffChunk.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InlineDiffChunk.Type[] |
InlineDiffChunk.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
InlineDiffChunk(InlineDiffChunk.Type type,
List<E> elements)
Creates a new chunk with the specified type and elements.
|
Copyright © 2004–2015 XWiki. All rights reserved.