Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.lib.platform
Class PlatformID  view PlatformID download PlatformID.java

java.lang.Object
  extended bycom.virtuosotechnologies.lib.base.UniqueObject
      extended bycom.virtuosotechnologies.lib.base.BasicEnumeratedType
          extended bycom.virtuosotechnologies.lib.base.UniqueHierarchicalType
              extended bycom.virtuosotechnologies.lib.platform.PlatformID
All Implemented Interfaces:
java.lang.Comparable, com.virtuosotechnologies.lib.base.HierarchicalType

public class PlatformID
extends com.virtuosotechnologies.lib.base.UniqueHierarchicalType

A platform-specific event


Field Summary
 
Fields inherited from class com.virtuosotechnologies.lib.base.UniqueHierarchicalType
 
Fields inherited from class com.virtuosotechnologies.lib.base.UniqueObject
 
Constructor Summary
(package private) PlatformID(java.lang.String description)
          Constructor
(package private) PlatformID(java.lang.String description, PlatformID base)
          Constructor
(package private) PlatformID(java.lang.String description, PlatformID[] bases)
          Constructor
(package private) PlatformID(java.lang.String description, PlatformID base1, PlatformID base2)
          Constructor
 
Methods inherited from class com.virtuosotechnologies.lib.base.UniqueHierarchicalType
equalsOrExtends, getParents
 
Methods inherited from class com.virtuosotechnologies.lib.base.BasicEnumeratedType
compareTo
 
Methods inherited from class com.virtuosotechnologies.lib.base.UniqueObject
equals, getUniqueObjectID, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlatformID

PlatformID(java.lang.String description)
Constructor


PlatformID

PlatformID(java.lang.String description,
           PlatformID[] bases)
Constructor


PlatformID

PlatformID(java.lang.String description,
           PlatformID base)
Constructor


PlatformID

PlatformID(java.lang.String description,
           PlatformID base1,
           PlatformID base2)
Constructor