|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dmt.odm.MiningObject | +--oracle.dmt.odm.result.ApplyContentItem
The abstract class ApplyContentItem
represents an item to be included
as part of the apply output.
It is a common superclass for objects that describe the data to be output
in a column in the apply output table.
Method Summary |
Type | Method |
---|---|
Attribute |
getDestinationAttribute()
Returns the destination attribute (i.e., a column in the apply output table) of this apply content item. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public Attribute getDestinationAttribute()
Attribute
- The destination attribute to appear
in the apply output table.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |