WebLogic Integration


Uses of Class
com.bea.schema.SOMGroup

Packages that use SOMGroup
com.bea.schema Objects/interfaces for BEA Schema support. 
 

Uses of SOMGroup in com.bea.schema
 

Methods in com.bea.schema that return SOMGroup
 SOMGroup SOMComplexExtension.addGroup()
           
 SOMGroup SOMGroupType.add(SOMGroup newChild)
           
 SOMGroup SOMAll.add(SOMGroup p_group)
          A <group> is an illegal child element for <all>.
 SOMGroup SOMAny.add(SOMGroup p_group)
          A <group> is an illegal child element for <any>.
 SOMGroup SOMGroup.add(SOMGroup p_group)
           
 SOMGroup SOMSchema.addGroup(java.lang.String name)
          Creates a SOMGroup object with the given name and adds the <group> to the root level of this schema.
 SOMGroup SOMSchema.addGroup(SOMGroup child)
          Adds a previously created <roup> object to the root of the schema object model.
 SOMGroup SOMSchema.removeGroup(java.lang.String name)
          remove an group from the root level of this schema
 

Methods in com.bea.schema with parameters of type SOMGroup
 SOMGroup SOMGroupType.add(SOMGroup newChild)
           
 SOMGroup SOMAll.add(SOMGroup p_group)
          A <group> is an illegal child element for <all>.
 SOMGroup SOMAny.add(SOMGroup p_group)
          A <group> is an illegal child element for <any>.
 SOMGroup SOMGroup.add(SOMGroup p_group)
           
 SOMGroup SOMSchema.addGroup(SOMGroup child)
          Adds a previously created <roup> object to the root of the schema object model.
 

Constructors in com.bea.schema with parameters of type SOMGroup
SOMGroup.SOMGroup(SOMGroup reference)
           
 


WebLogic Integration

WebLogic Integration (WLI)