public class DefaultFeatureAndContext extends java.lang.Object implements IFeatureAndContext
Constructor and Description |
---|
DefaultFeatureAndContext(IFeature feature,
IContext context)
Instantiates a new default feature and context.
|
Modifier and Type | Method and Description |
---|---|
IContext |
getContext()
Gets the context.
|
IFeature |
getFeature()
Gets the feature.
|
java.lang.String |
toString() |
public IFeature getFeature()
IFeatureHolder
getFeature
in interface IFeatureHolder
public IContext getContext()
IContextHolder
getContext
in interface IContextHolder
public java.lang.String toString()
toString
in class java.lang.Object