public interface IFeatureInfo
| Modifier and Type | Method and Description |
|---|---|
IFeatureInfo |
getContainer()
Get this feature's containing feature.
|
String |
getDescription()
A full description of this feature.
|
String |
getDisplayName()
Gets the display name of this feature.
|
default ILocationInfo |
getLocationInfo() |
String |
getName()
Gets the programmatic name or identifier of this feature.
|
IType |
getOwnersType()
Get this feature's owner's type.
|
IFeatureInfo getContainer()
IType getOwnersType()
String getName()
String getDisplayName()
String getDescription()
default ILocationInfo getLocationInfo()
Copyright © 2017. All rights reserved.