|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectContainerClass
| Method Summary | |
|---|---|
ObjectContainer |
createObjectContainer()
Creates an instance of class ObjectContainer. |
ObjectContainer |
createObjectContainer(boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
boolean referenceIsStoredAsAttribute,
String referenceName,
String referencedTypeName,
boolean userDefinedQualifier)
Creates an instance of class ObjectContainer based on all
required attributes. |
ObjectContainer |
extendAbstractField(AbstractField _base,
boolean referenceIsStoredAsAttribute,
String referenceName,
String referencedTypeName,
boolean userDefinedQualifier)
Creates an instance of class ObjectContainer based on the
superclass AbstractField and all required attributes not
included in this superclass. |
ObjectContainer |
extendBasicObject(BasicObject _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
boolean referenceIsStoredAsAttribute,
String referenceName,
String referencedTypeName,
boolean userDefinedQualifier)
Creates an instance of class ObjectContainer based on the
superclass BasicObject and all required attributes not
included in this superclass. |
ObjectContainer |
extendContainer(Container _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean referenceIsStoredAsAttribute,
String referenceName,
String referencedTypeName,
boolean userDefinedQualifier)
Creates an instance of class ObjectContainer based on the
superclass Container and all required attributes not
included in this superclass. |
ObjectContainer |
extendContainerField(ContainerField _base,
boolean referenceIsStoredAsAttribute,
String referenceName,
String referencedTypeName,
boolean userDefinedQualifier)
Creates an instance of class ObjectContainer based on the
superclass ContainerField and all required attributes not
included in this superclass. |
ObjectContainer |
extendContextCapable(ContextCapable _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
boolean referenceIsStoredAsAttribute,
String referenceName,
String referencedTypeName,
boolean userDefinedQualifier)
Creates an instance of class ObjectContainer based on the
superclass ContextCapable and all required attributes not
included in this superclass. |
ObjectContainer |
extendElement(Element _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean referenceIsStoredAsAttribute,
String referenceName,
String referencedTypeName,
boolean userDefinedQualifier)
Creates an instance of class ObjectContainer based on the
superclass Element and all required attributes not
included in this superclass. |
ObjectContainer |
extendExtentCapable(ExtentCapable _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
boolean referenceIsStoredAsAttribute,
String referenceName,
String referencedTypeName,
boolean userDefinedQualifier)
Creates an instance of class ObjectContainer based on the
superclass ExtentCapable and all required attributes not
included in this superclass. |
ObjectContainer |
extendLabelledField(LabelledField _base,
boolean referenceIsStoredAsAttribute,
String referenceName,
String referencedTypeName,
boolean userDefinedQualifier)
Creates an instance of class ObjectContainer based on the
superclass LabelledField and all required attributes not
included in this superclass. |
ObjectContainer |
extendObjectReference(ObjectReference _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable)
Creates an instance of class ObjectContainer based on the
superclass ObjectReference and all required attributes not
included in this superclass. |
ObjectContainer |
extendViewCapable(ViewCapable _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
boolean referenceIsStoredAsAttribute,
String referenceName,
String referencedTypeName,
boolean userDefinedQualifier)
Creates an instance of class ObjectContainer based on the
superclass ViewCapable and all required attributes not
included in this superclass. |
ObjectContainer |
getObjectContainer(Object object)
Creates an instance of class ObjectContainer 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 |
|---|
ObjectContainer createObjectContainer()
ObjectContainer.
This is a factory operation used to create instance objects of class
ObjectContainer.
ObjectContainer getObjectContainer(Object object)
ObjectContainer based on the
specified Object instance.
This is a factory operation used to create instance objects of class
ObjectContainer.
object - The Object instance this class is based on. Object must
be instanceof RefObject, Object_1_0 or Path.
ObjectContainer createObjectContainer(boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
boolean referenceIsStoredAsAttribute,
String referenceName,
String referencedTypeName,
boolean userDefinedQualifier)
ObjectContainer based on all
required attributes.
This is a factory operation used to create instance objects of class
ObjectContainer.
ObjectContainer extendBasicObject(BasicObject _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
boolean referenceIsStoredAsAttribute,
String referenceName,
String referencedTypeName,
boolean userDefinedQualifier)
ObjectContainer 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
ObjectContainer.
ObjectContainer extendContextCapable(ContextCapable _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
boolean referenceIsStoredAsAttribute,
String referenceName,
String referencedTypeName,
boolean userDefinedQualifier)
ObjectContainer 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
ObjectContainer.
ObjectContainer extendExtentCapable(ExtentCapable _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
boolean referenceIsStoredAsAttribute,
String referenceName,
String referencedTypeName,
boolean userDefinedQualifier)
ObjectContainer 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
ObjectContainer.
ObjectContainer extendViewCapable(ViewCapable _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
boolean referenceIsStoredAsAttribute,
String referenceName,
String referencedTypeName,
boolean userDefinedQualifier)
ObjectContainer 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
ObjectContainer.
ObjectContainer extendAbstractField(AbstractField _base,
boolean referenceIsStoredAsAttribute,
String referenceName,
String referencedTypeName,
boolean userDefinedQualifier)
ObjectContainer based on the
superclass AbstractField and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
ObjectContainer.
ObjectContainer extendContainer(Container _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean referenceIsStoredAsAttribute,
String referenceName,
String referencedTypeName,
boolean userDefinedQualifier)
ObjectContainer based on the
superclass Container and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
ObjectContainer.
ObjectContainer extendContainerField(ContainerField _base,
boolean referenceIsStoredAsAttribute,
String referenceName,
String referencedTypeName,
boolean userDefinedQualifier)
ObjectContainer based on the
superclass ContainerField and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
ObjectContainer.
ObjectContainer extendElement(Element _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean referenceIsStoredAsAttribute,
String referenceName,
String referencedTypeName,
boolean userDefinedQualifier)
ObjectContainer based on the
superclass Element and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
ObjectContainer.
ObjectContainer extendLabelledField(LabelledField _base,
boolean referenceIsStoredAsAttribute,
String referenceName,
String referencedTypeName,
boolean userDefinedQualifier)
ObjectContainer based on the
superclass LabelledField and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
ObjectContainer.
ObjectContainer extendObjectReference(ObjectReference _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable)
ObjectContainer based on the
superclass ObjectReference and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
ObjectContainer.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||