public final class MappingValue extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MappingValue.Type
Deprecated.
Enum for the mapping type.
|
Constructor and Description |
---|
MappingValue(MappingValue.Type type,
String value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getLeft()
Deprecated.
|
String |
getRight()
Deprecated.
|
MappingValue.Type |
getType()
Deprecated.
|
String |
getValue()
Deprecated.
|
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.