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)  | 
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-2016 Oracle Corporation. All Rights Reserved.