Package com.ibm.ucp

Examples of com.ibm.ucp.Profile.addComponent()


            Property vendorProperty = new Property("Vendor", manufacturer);
            hardwarePlatformComponent.addProperty(vendorProperty);
        }

        // HardwarePlatform component is complete, so add it to the Profile.
        profile.addComponent(hardwarePlatformComponent);

        //
        // Component: SoftwarePlatform
        //
View Full Code Here


                    ccppAcceptSet);
            softwarePlatformComponent.addProperty(ccppAcceptProperty);
        }
       
        // SoftwarePlatform component is complete, so add it to the Profile.
        profile.addComponent(softwarePlatformComponent);
       
        //
        // Component: BrowserUA
        //
View Full Code Here

                    brwsrVers);
            browserUAComponent.addProperty(browserVersionProperty);
        }

        // BrowserUA component is complete, so add it to the Profile.
        profile.addComponent(browserUAComponent);

        //
        // Component: WapCharacteristics
        //
View Full Code Here

                    wmlVersionSet);
            wapCharacteristicsComponent.addProperty(wmlVersionProperty);
        }

        // WapCharacteristics component is complete, so add it to the Profile.
        profile.addComponent(wapCharacteristicsComponent);

        // Return the created profile.
        return profile;
       
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.