Package org.eclipse.iam.pom

Examples of org.eclipse.iam.pom.Activation


     * @generated
     */
    @Override
    public String getText( Object object )
    {
        Activation activation = (Activation) object;
        return getString( "_UI_Activation_type" ) + " " + activation.isActiveByDefault();
    }
View Full Code Here

TOP

Related Classes of org.eclipse.iam.pom.Activation

Copyright © 2018 www.massapicom. 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.