Uses of Interface
atg.svc.repository.beans.Option

Packages that use Option
atg.svc.repository.beans   
atg.svc.repository.beans.methods   
 

Uses of Option in atg.svc.repository.beans
 

Subinterfaces of Option in atg.svc.repository.beans
 interface SegmentedOption
          Class SegmentedOption
 interface SiteOption
          Class SiteOption
 interface UserOption
          Class UserOption
 

Classes in atg.svc.repository.beans that implement Option
 class _SegmentedOption_BeanImpl
           
 class _SegmentedOption_Impl
           
 class _SegmentedOption_ReposImpl
           
 class _SiteOption_BeanImpl
           
 class _SiteOption_Impl
           
 class _SiteOption_ReposImpl
           
 class _UserOption_BeanImpl
           
 class _UserOption_Impl
           
 class _UserOption_ReposImpl
           
 

Uses of Option in atg.svc.repository.beans.methods
 

Methods in atg.svc.repository.beans.methods with parameters of type Option
 java.lang.String[] OptionMethods.getArrayValue(Option pOption)
          Gets the value of the site option as an array of Strings.
 java.lang.String OptionMethods.getValue(Option pOption)
          Gets the value of the option.
 void OptionMethods.setArrayValue(java.lang.String[] pValue, Option pOption)
          Set the value of the site option as an array of Strings.
 void OptionMethods.setValue(java.lang.String pValue, Option pOption)
          Sets the override for the default value.