Coverage Report - org.vostokframework.configuration.ConfigurationElementNames
 
Classes in this File Line Coverage Branch Coverage Complexity
ConfigurationElementNames
100%
3/3
N/A
0
 
 1  
 /*
 2  
  * Licensed under the MIT License
 3  
  * 
 4  
  * Copyright 2011 (c) Flávio Silva, flsilva.com
 5  
  *
 6  
  * Permission is hereby granted, free of charge, to any person
 7  
  * obtaining a copy of this software and associated documentation
 8  
  * files (the "Software"), to deal in the Software without
 9  
  * restriction, including without limitation the rights to use,
 10  
  * copy, modify, merge, publish, distribute, sublicense, and/or sell
 11  
  * copies of the Software, and to permit persons to whom the
 12  
  * Software is furnished to do so, subject to the following
 13  
  * conditions:
 14  
  *
 15  
  * The above copyright notice and this permission notice shall be
 16  
  * included in all copies or substantial portions of the Software.
 17  
  *
 18  
  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 19  
  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 20  
  * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 21  
  * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 22  
  * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 23  
  * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 24  
  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 25  
  * OTHER DEALINGS IN THE SOFTWARE.
 26  
  * 
 27  
  * http://www.opensource.org/licenses/mit-license.php
 28  
  */
 29  1
 package org.vostokframework.configuration
 30  
 {
 31  
 
 32  
         /**
 33  
          * description
 34  
          * 
 35  
          * @author Flávio Silva
 36  
          */
 37  
         public class ConfigurationElementNames
 38  
         {
 39  
                 private var _allowInternalCache:String;
 40  
                 private var _applicationDomain:String;
 41  
                 private var _asset:String;
 42  
                 private var _assetPackage:String;
 43  
                 private var _audioLinkage:String;
 44  
                 private var _autoCreateVideo:String;
 45  
                 private var _autoResizeVideo:String;
 46  
                 private var _autoStopStream:String;
 47  
                 private var _baseUrl:String;
 48  
                 private var _bufferPercent:String;
 49  
                 private var _bufferTime:String;
 50  
                 private var _checkPolicyFile:String;
 51  
                 private var _defaultSettings:String;
 52  
                 private var _id:String;
 53  
                 private var _ignoreLocalSecurityDomain:String;
 54  
                 private var _killExternalCache:String;
 55  
                 private var _latencyTimeout:String;
 56  
                 private var _locale:String;
 57  
                 private var _maxAttempts:String;
 58  
                 private var _priority:String;
 59  
                 private var _securityDomain:String;
 60  
                 private var _settings:String;
 61  
                 private var _src:String;
 62  
                 private var _type:String;
 63  
                 private var _userDataContainer:String;
 64  
                 private var _userTotalBytes:String;
 65  
                 
 66  
                 /**
 67  
                  * description
 68  
                  */
 69  
                 public function get allowInternalCache(): String { return _allowInternalCache; }
 70  
                 public function set allowInternalCache(value:String): void { _allowInternalCache = value; }
 71  
                 
 72  
                 /**
 73  
                  * description
 74  
                  */
 75  
                 public function get applicationDomain(): String { return _applicationDomain; }
 76  
                 public function set applicationDomain(value:String): void { _applicationDomain = value; }
 77  
                 
 78  
                 /**
 79  
                  * description
 80  
                  */
 81  
                 public function get asset(): String { return _asset; }
 82  
                 public function set asset(value:String): void { _asset = value; }
 83  
                 
 84  
                 /**
 85  
                  * description
 86  
                  */
 87  
                 public function get assetPackage(): String { return _assetPackage; }
 88  
                 public function set assetPackage(value:String): void { _assetPackage = value; }
 89  
                 
 90  
                 /**
 91  
                  * description
 92  
                  */
 93  
                 public function get audioLinkage(): String { return _audioLinkage; }
 94  
                 public function set audioLinkage(value:String): void { _audioLinkage = value; }
 95  
                 
 96  
                 /**
 97  
                  * description
 98  
                  */
 99  
                 public function get autoCreateVideo(): String { return _autoCreateVideo; }
 100  
                 public function set autoCreateVideo(value:String): void { _autoCreateVideo = value; }
 101  
                 
 102  
                 /**
 103  
                  * description
 104  
                  */
 105  
                 public function get autoResizeVideo(): String { return _autoResizeVideo; }
 106  
                 public function set autoResizeVideo(value:String): void { _autoResizeVideo = value; }
 107  
                 
 108  
                 /**
 109  
                  * description
 110  
                  */
 111  
                 public function get autoStopStream(): String { return _autoStopStream; }
 112  
                 public function set autoStopStream(value:String): void { _autoStopStream = value; }
 113  
                 
 114  
                 /**
 115  
                  * description
 116  
                  */
 117  
                 public function get baseUrl(): String { return _baseUrl; }
 118  
                 public function set baseUrl(value:String): void { _baseUrl = value; }
 119  
                 
 120  
                 /**
 121  
                  * description
 122  
                  */
 123  
                 public function get bufferPercent(): String { return _bufferPercent; }
 124  
                 public function set bufferPercent(value:String): void { _bufferPercent = value; }
 125  
                 
 126  
                 /**
 127  
                  * description
 128  
                  */
 129  
                 public function get bufferTime(): String { return _bufferTime; }
 130  
                 public function set bufferTime(value:String): void { _bufferTime = value; }
 131  
                 
 132  
                 /**
 133  
                  * description
 134  
                  */
 135  
                 public function get checkPolicyFile(): String { return _checkPolicyFile; }
 136  
                 public function set checkPolicyFile(value:String): void { _checkPolicyFile = value; }
 137  
                 
 138  
                 /**
 139  
                  * description
 140  
                  */
 141  
                 public function get defaultSettings(): String { return _defaultSettings; }
 142  
                 public function set defaultSettings(value:String): void { _defaultSettings = value; }
 143  
                 
 144  
                 /**
 145  
                  * description
 146  
                  */
 147  
                 public function get id(): String { return _id; }
 148  
                 public function set id(value:String): void { _id = value; }
 149  
                 
 150  
                 /**
 151  
                  * description
 152  
                  */
 153  
                 public function get ignoreLocalSecurityDomain(): String { return _ignoreLocalSecurityDomain; }
 154  
                 public function set ignoreLocalSecurityDomain(value:String): void { _ignoreLocalSecurityDomain = value; }
 155  
                 
 156  
                 /**
 157  
                  * description
 158  
                  */
 159  
                 public function get killExternalCache(): String { return _killExternalCache; }
 160  
                 public function set killExternalCache(value:String): void { _killExternalCache = value; }
 161  
                 
 162  
                 /**
 163  
                  * description
 164  
                  */
 165  
                 public function get latencyTimeout(): String { return _latencyTimeout; }
 166  
                 public function set latencyTimeout(value:String): void { _latencyTimeout = value; }
 167  
                 
 168  
                 /**
 169  
                  * description
 170  
                  */
 171  
                 public function get locale(): String { return _locale; }
 172  
                 public function set locale(value:String): void { _locale = value; }
 173  
                 
 174  
                 /**
 175  
                  * description
 176  
                  */
 177  
                 public function get maxAttempts(): String { return _maxAttempts; }
 178  
                 public function set maxAttempts(value:String): void { _maxAttempts = value; }
 179  
                 
 180  
                 /**
 181  
                  * description
 182  
                  */
 183  
                 public function get priority(): String { return _priority; }
 184  
                 public function set priority(value:String): void { _priority = value; }
 185  
                 
 186  
                 /**
 187  
                  * description
 188  
                  */
 189  
                 public function get securityDomain(): String { return _securityDomain; }
 190  
                 public function set securityDomain(value:String): void { _securityDomain = value; }
 191  
                 
 192  
                 /**
 193  
                  * description
 194  
                  */
 195  
                 public function get settings(): String { return _settings; }
 196  
                 public function set settings(value:String): void { _settings = value; }
 197  
                 
 198  
                 /**
 199  
                  * description
 200  
                  */
 201  
                 public function get src(): String { return _src; }
 202  
                 public function set src(value:String): void { _src = value; }
 203  
                 
 204  
                 /**
 205  
                  * description
 206  
                  */
 207  
                 public function get type(): String { return _type; }
 208  
                 public function set type(value:String): void { _type = value; }
 209  
                 
 210  
                 /**
 211  
                  * description
 212  
                  */
 213  
                 public function get userDataContainer(): String { return _userDataContainer; }
 214  
                 public function set userDataContainer(value:String): void { _userDataContainer = value; }
 215  
                 
 216  
                 /**
 217  
                  * description
 218  
                  */
 219  
                 public function get userTotalBytes(): String { return _userTotalBytes; }
 220  
                 public function set userTotalBytes(value:String): void { _userTotalBytes = value; }
 221  
                 
 222  
                 /**
 223  
                  * description
 224  
                  * 
 225  
                  */
 226  
                 public function ConfigurationElementNames()
 227  1
                 {
 228  
                         
 229  1
                 }
 230  
 
 231  
         }
 232  
 
 233  
 }