public static class SliceTableMapping.MapMetric extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="concept" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> <attribute name="toColumn" use="required" type="{http://schemas.google.com/dspl/2010}LocalId" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
MapMetric() |
Modifier and Type | Method and Description |
---|---|
QName |
getConcept()
Gets the value of the concept property.
|
String |
getToColumn()
Gets the value of the toColumn property.
|
void |
setConcept(QName value)
Sets the value of the concept property.
|
void |
setToColumn(String value)
Sets the value of the toColumn property.
|
public QName getConcept()
QName
public void setConcept(QName value)
value
- allowed object is
QName
public String getToColumn()
String
Copyright © 2016 Metron, Inc.. All rights reserved.