Package org.nasutekds.server.admin.std.meta.LocalDBVLVIndexCfgDefn

Examples of org.nasutekds.server.admin.std.meta.LocalDBVLVIndexCfgDefn.Scope


   * Returns the scope of the VLV index as it appears on the panel.
   * @return the scope of the VLV index as it appears on the panel.
   */
  protected Scope getScope()
  {
    Scope scope;
    if (baseObject.isSelected())
    {
      scope = Scope.BASE_OBJECT;
    }
    else if (singleLevel.isSelected())
View Full Code Here

TOP

Related Classes of org.nasutekds.server.admin.std.meta.LocalDBVLVIndexCfgDefn.Scope

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.