|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UnifiedDiffElement.Type in org.xwiki.diff.display |
---|
Methods in org.xwiki.diff.display that return UnifiedDiffElement.Type | |
---|---|
UnifiedDiffElement.Type |
UnifiedDiffElement.getType()
|
static UnifiedDiffElement.Type |
UnifiedDiffElement.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UnifiedDiffElement.Type[] |
UnifiedDiffElement.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.xwiki.diff.display with parameters of type UnifiedDiffElement.Type | |
---|---|
UnifiedDiffElement(int index,
UnifiedDiffElement.Type type,
E value)
Creates a new element in a unified diff. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |