All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webit.script.global.GlobalManager Maven / Gradle / Ivy

There is a newer version: 1.5.2
Show newest version
// Copyright (c) 2013, Webit Team. All Rights Reserved.
package webit.script.global;

/**
 *
 * @author zqq90 
 */
public interface GlobalManager {

    int getVariantIndex(String name);

    Object getVariant(int index);

    void setVariant(int index, Object value);
    
    void commit();

    boolean hasConst(String name);

    Object getConst(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy