public class MTarget extends Object
| Constructor and Description |
|---|
MTarget()
Instantiates a new model target of key/value.
|
MTarget(MAggregate agg)
Instantiates a new model target from an aggregate.
|
MTarget(MAttribute attr)
Instantiates a new model target from attribute.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
MAggregate |
getAggregate()
Gets the aggregate.
|
MAttribute |
getAttribute()
Gets the attribute.
|
int |
hashCode() |
boolean |
isAggregate()
Checks if is aggregate.
|
boolean |
isAttribute()
Checks if is attribute.
|
boolean |
isStar()
Checks if is star.
|
String |
toString() |
public MTarget()
public MTarget(MAggregate agg)
agg - the aggpublic MTarget(MAttribute attr)
attr - the attrpublic MAggregate getAggregate()
public MAttribute getAttribute()
public boolean isAttribute()
public boolean isAggregate()
public boolean isStar()
Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.