JavaScript is disabled on your browser.
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.2.0)  E76725-01
 
All Implemented Interfaces: 
java.lang.Comparable, Displayable  
 
 
 
public class PlatformComponent 
extends Platform  
Immutable class that adds a component to a Platform. The component can be used to
 further distinguish a feature or subset of that Platform. Component must 
 implement hashCode() and equals().
 
 
 
 
Method Summary 
 
Methods inherited from class oracle.jdeveloper.deploy.meta.Platform  
compareTo , fromHashStructure , getIcon , getLongLabel , getShortLabel , getToolTipText , getType , getVersion , supports , toHashStructure , toString  
 
 
Methods inherited from class java.lang.Object 
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
 
 
 
 
 
 
 
Constructor Detail 
 
PlatformComponent 
public PlatformComponent(PlatformType  type,
                         PlatformVersion  version,
                         java.lang.Object component) 
Create a new PlatformComponent.
 
 
 
 
 
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.2.0)  E76725-01
 
Copyright © 1997, 2016, Oracle. All rights reserved.