Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.ide.extension.feature
Class TechnologyFeatureType

java.lang.Object
  extended by oracle.ide.extension.feature.FeatureType
      extended by oracle.ide.extension.feature.TechnologyFeatureType


public final class TechnologyFeatureType
extends FeatureType

Field Summary
static java.lang.String TECHNOLOGY_TYPE
           

 

Constructor Summary
TechnologyFeatureType(java.lang.String technologyKey)
           
TechnologyFeatureType(java.lang.String technologyKey, boolean canUserDisable)
           

 

Method Summary
 boolean canUserDisable()
           
 java.lang.String getTechnologyKey()
           
 java.lang.String getTypeId()
           
 boolean reloadIfUsed()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

TECHNOLOGY_TYPE

public static final java.lang.String TECHNOLOGY_TYPE
See Also:
Constant Field Values

Constructor Detail

TechnologyFeatureType

public TechnologyFeatureType(java.lang.String technologyKey)

TechnologyFeatureType

public TechnologyFeatureType(java.lang.String technologyKey,
                             boolean canUserDisable)

Method Detail

getTypeId

public java.lang.String getTypeId()
Specified by:
getTypeId in class FeatureType

getTechnologyKey

public java.lang.String getTechnologyKey()

canUserDisable

public boolean canUserDisable()
Specified by:
canUserDisable in class FeatureType

reloadIfUsed

public boolean reloadIfUsed()
Specified by:
reloadIfUsed in class FeatureType

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.