|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.content.spi.flexspi.common.capability.FeatureCapabilityDefinition
public final class FeatureCapabilityDefinition
Constructor Summary | |
---|---|
FeatureCapabilityDefinition(String interfaceName,
IFeatureCapabilityType featureCapability)
Constructor |
Method Summary | |
---|---|
static String |
buildId(String interfaceName,
String featureName)
Build hte id for the feature capability definition. |
static String |
buildName(String interfaceName,
String featureName)
Build the name for the feature capability definition. |
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one. |
IFeatureCapabilityType |
getFeatureCapability()
Get the feature capability type for this feature capability definition. |
String |
getId()
|
String |
getInterfaceName()
Get the interface name for this feature capability definition. |
String |
getName()
|
CapabilityType |
getType()
|
int |
hashCode()
Returns a hash code value for the object. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FeatureCapabilityDefinition(String interfaceName, IFeatureCapabilityType featureCapability)
interfaceName
- The SPI interface name for the feature.featureCapability
- The feature capability.Method Detail |
---|
public String getName()
getName
in interface ICapabilityDefinition
public CapabilityType getType()
getType
in interface ICapabilityDefinition
public String getId()
getId
in interface ICapabilityDefinition
public String toString()
toString
in class Object
public static String buildName(String interfaceName, String featureName)
interfaceName
- The SPI interface name for the feature.featureName
- The feature name.
public static String buildId(String interfaceName, String featureName)
interfaceName
- The SPI interface name for the feature.featureName
- The feature name.
public IFeatureCapabilityType getFeatureCapability()
public String getInterfaceName()
public boolean equals(Object obj)
equals
in class Object
obj
- the reference object with which to compare.
true
if this object is the same as the obj
argument; false
otherwise.public int hashCode()
hashCode
in class Object
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |