JavaScript is disabled on your browser.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-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
Modifier and Type
Method and Description
boolean
equals (java.lang.Object o)
int
hashCode ()
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.1.3) E41664-01
Copyright © 1997, 2014, Oracle. All rights reserved.