public class AttributeMapping extends Object
Attribute
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected int |
position |
protected io.siddhi.query.api.definition.Attribute.Type |
type |
Constructor and Description |
---|
AttributeMapping(String name,
int position,
String mapping,
io.siddhi.query.api.definition.Attribute.Type type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getMapping() |
String |
getName() |
int |
getPosition() |
io.siddhi.query.api.definition.Attribute.Type |
getType() |
int |
hashCode() |
String |
toString() |
protected String name
protected int position
protected io.siddhi.query.api.definition.Attribute.Type type
Copyright © 2021. All rights reserved.