|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompetitorClass
| Method Summary | |
|---|---|
Competitor |
createCompetitor()
Creates an instance of class Competitor. |
Competitor |
createCompetitor(short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Competitor based on all
required attributes. |
Competitor |
extendAlertSender(AlertSender _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Competitor based on the
superclass AlertSender and all required attributes not
included in this superclass. |
Competitor |
extendAuditee(Auditee _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Competitor based on the
superclass Auditee and all required attributes not
included in this superclass. |
Competitor |
extendBasicObject(BasicObject _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Competitor based on the
superclass BasicObject and all required attributes not
included in this superclass. |
Competitor |
extendCloneable(Cloneable _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Competitor based on the
superclass Cloneable and all required attributes not
included in this superclass. |
Competitor |
extendContextCapable(ContextCapable _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Competitor based on the
superclass ContextCapable and all required attributes not
included in this superclass. |
Competitor |
extendCrxObject(CrxObject _base,
short competitorState,
String name)
Creates an instance of class Competitor based on the
superclass CrxObject and all required attributes not
included in this superclass. |
Competitor |
extendExtentCapable(ExtentCapable _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Competitor based on the
superclass ExtentCapable and all required attributes not
included in this superclass. |
Competitor |
extendImporter(Importer _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Competitor based on the
superclass Importer and all required attributes not
included in this superclass. |
Competitor |
extendIndexed(Indexed _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Competitor based on the
superclass Indexed and all required attributes not
included in this superclass. |
Competitor |
extendSecureObject(SecureObject _base,
short competitorState,
String name,
boolean disabled)
Creates an instance of class Competitor based on the
superclass SecureObject and all required attributes not
included in this superclass. |
Competitor |
extendSubscriptionTarget(SubscriptionTarget _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Competitor based on the
superclass SubscriptionTarget and all required attributes
not included in this superclass. |
Competitor |
extendViewCapable(ViewCapable _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Competitor based on the
superclass ViewCapable and all required attributes not
included in this superclass. |
Competitor |
extendXmlExporter(XmlExporter _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class Competitor based on the
superclass XmlExporter and all required attributes not
included in this superclass. |
Competitor |
getCompetitor(Object object)
Creates an instance of class Competitor based on the
specified Object instance. |
| Methods inherited from interface javax.jmi.reflect.RefClass |
|---|
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
Competitor createCompetitor()
Competitor.
This is a factory operation used to create instance objects of class
Competitor.
Competitor getCompetitor(Object object)
Competitor based on the
specified Object instance.
This is a factory operation used to create instance objects of class
Competitor.
object - The Object instance this class is based on. Object must
be instanceof RefObject, Object_1_0 or Path.
Competitor createCompetitor(short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Competitor based on all
required attributes.
This is a factory operation used to create instance objects of class
Competitor.
Competitor extendAlertSender(AlertSender _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Competitor based on the
superclass AlertSender and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Competitor.
Competitor extendAuditee(Auditee _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Competitor based on the
superclass Auditee and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Competitor.
Competitor extendCloneable(Cloneable _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Competitor based on the
superclass Cloneable and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Competitor.
Competitor extendImporter(Importer _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Competitor based on the
superclass Importer and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Competitor.
Competitor extendIndexed(Indexed _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Competitor based on the
superclass Indexed and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Competitor.
Competitor extendSecureObject(SecureObject _base,
short competitorState,
String name,
boolean disabled)
Competitor based on the
superclass SecureObject and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Competitor.
Competitor extendSubscriptionTarget(SubscriptionTarget _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Competitor based on the
superclass SubscriptionTarget and all required attributes
not included in this superclass.
This is a factory operation used to create instance objects of class
Competitor.
Competitor extendXmlExporter(XmlExporter _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Competitor based on the
superclass XmlExporter and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Competitor.
Competitor extendCrxObject(CrxObject _base,
short competitorState,
String name)
Competitor based on the
superclass CrxObject and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Competitor.
Competitor extendBasicObject(BasicObject _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Competitor based on the
superclass BasicObject and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Competitor.
Competitor extendContextCapable(ContextCapable _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Competitor based on the
superclass ContextCapable and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Competitor.
Competitor extendExtentCapable(ExtentCapable _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Competitor based on the
superclass ExtentCapable and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Competitor.
Competitor extendViewCapable(ViewCapable _base,
short competitorState,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Competitor based on the
superclass ViewCapable and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Competitor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||