|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EMailAddressClass
| Method Summary | |
|---|---|
EMailAddress |
createEMailAddress()
Creates an instance of class EMailAddress. |
EMailAddress |
createEMailAddress(boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class EMailAddress based on all
required attributes. |
EMailAddress |
extendAccountAddress(AccountAddress _base,
short emailFormat,
short emailType)
Creates an instance of class EMailAddress based on the
superclass AccountAddress and all required attributes not
included in this superclass. |
EMailAddress |
extendAddressable(Addressable _base,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class EMailAddress based on the
superclass Addressable and all required attributes not
included in this superclass. |
EMailAddress |
extendAlertSender(AlertSender _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class EMailAddress based on the
superclass AlertSender and all required attributes not
included in this superclass. |
EMailAddress |
extendAuditee(Auditee _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class EMailAddress based on the
superclass Auditee and all required attributes not
included in this superclass. |
EMailAddress |
extendBasicObject(BasicObject _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class EMailAddress based on the
superclass BasicObject and all required attributes not
included in this superclass. |
EMailAddress |
extendCloneable(Cloneable _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class EMailAddress based on the
superclass Cloneable and all required attributes not
included in this superclass. |
EMailAddress |
extendContextCapable(ContextCapable _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class EMailAddress based on the
superclass ContextCapable and all required attributes not
included in this superclass. |
EMailAddress |
extendCrxObject(CrxObject _base,
boolean isMain,
short emailFormat,
short emailType)
Creates an instance of class EMailAddress based on the
superclass CrxObject and all required attributes not
included in this superclass. |
EMailAddress |
extendEMailAddressable(EMailAddressable _base,
boolean isMain,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class EMailAddress based on the
superclass EMailAddressable and all required attributes
not included in this superclass. |
EMailAddress |
extendExtentCapable(ExtentCapable _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class EMailAddress based on the
superclass ExtentCapable and all required attributes not
included in this superclass. |
EMailAddress |
extendImporter(Importer _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class EMailAddress based on the
superclass Importer and all required attributes not
included in this superclass. |
EMailAddress |
extendIndexed(Indexed _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class EMailAddress based on the
superclass Indexed and all required attributes not
included in this superclass. |
EMailAddress |
extendSecureObject(SecureObject _base,
boolean isMain,
short emailFormat,
short emailType,
boolean disabled)
Creates an instance of class EMailAddress based on the
superclass SecureObject and all required attributes not
included in this superclass. |
EMailAddress |
extendSubscriptionTarget(SubscriptionTarget _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class EMailAddress based on the
superclass SubscriptionTarget and all required attributes
not included in this superclass. |
EMailAddress |
extendViewCapable(ViewCapable _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class EMailAddress based on the
superclass ViewCapable and all required attributes not
included in this superclass. |
EMailAddress |
extendXmlExporter(XmlExporter _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class EMailAddress based on the
superclass XmlExporter and all required attributes not
included in this superclass. |
EMailAddress |
getEMailAddress(Object object)
Creates an instance of class EMailAddress 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 |
|---|
EMailAddress createEMailAddress()
EMailAddress.
This is a factory operation used to create instance objects of class
EMailAddress.
EMailAddress getEMailAddress(Object object)
EMailAddress based on the
specified Object instance.
This is a factory operation used to create instance objects of class
EMailAddress.
object - The Object instance this class is based on. Object must
be instanceof RefObject, Object_1_0 or Path.
EMailAddress createEMailAddress(boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
EMailAddress based on all
required attributes.
This is a factory operation used to create instance objects of class
EMailAddress.
EMailAddress extendAccountAddress(AccountAddress _base,
short emailFormat,
short emailType)
EMailAddress based on the
superclass AccountAddress and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
EMailAddress.
EMailAddress extendAddressable(Addressable _base,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
EMailAddress based on the
superclass Addressable and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
EMailAddress.
EMailAddress extendEMailAddressable(EMailAddressable _base,
boolean isMain,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
EMailAddress based on the
superclass EMailAddressable and all required attributes
not included in this superclass.
This is a factory operation used to create instance objects of class
EMailAddress.
EMailAddress extendAlertSender(AlertSender _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
EMailAddress 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
EMailAddress.
EMailAddress extendAuditee(Auditee _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
EMailAddress 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
EMailAddress.
EMailAddress extendCloneable(Cloneable _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
EMailAddress 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
EMailAddress.
EMailAddress extendImporter(Importer _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
EMailAddress 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
EMailAddress.
EMailAddress extendIndexed(Indexed _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
EMailAddress 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
EMailAddress.
EMailAddress extendSecureObject(SecureObject _base,
boolean isMain,
short emailFormat,
short emailType,
boolean disabled)
EMailAddress 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
EMailAddress.
EMailAddress extendSubscriptionTarget(SubscriptionTarget _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
EMailAddress 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
EMailAddress.
EMailAddress extendXmlExporter(XmlExporter _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
EMailAddress 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
EMailAddress.
EMailAddress extendCrxObject(CrxObject _base,
boolean isMain,
short emailFormat,
short emailType)
EMailAddress 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
EMailAddress.
EMailAddress extendBasicObject(BasicObject _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
EMailAddress 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
EMailAddress.
EMailAddress extendContextCapable(ContextCapable _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
EMailAddress 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
EMailAddress.
EMailAddress extendExtentCapable(ExtentCapable _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
EMailAddress 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
EMailAddress.
EMailAddress extendViewCapable(ViewCapable _base,
boolean isMain,
short emailFormat,
short emailType,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
EMailAddress 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
EMailAddress.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||