public final class MappingValue extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MappingValue.Type
Enum for the mapping type.
|
Constructor and Description |
---|
MappingValue(MappingValue.Type type,
String value) |
Modifier and Type | Method and Description |
---|---|
String |
getLeft() |
String |
getRight() |
MappingValue.Type |
getType() |
String |
getValue() |
public MappingValue(MappingValue.Type type, String value)
type
- mapping typevalue
- mapping valuepublic String getLeft()
public String getRight()
public MappingValue.Type getType()
public String getValue()
Copyright © 2010–2017. All rights reserved.