首页 > 其他分享 >PEnum_DistributionSystemElectricalCategory

PEnum_DistributionSystemElectricalCategory

时间:2024-06-03 21:55:05浏览次数:12  
标签:available description No Value PEnum DistributionSystemElectricalCategory

PEnum_DistributionSystemElectricalCategory

 

 

Type values

TypeDescription
EXTRALOWVOLTAGE

No description available.

HIGHVOLTAGE

No description available.

LOWVOLTAGE

No description available.

OTHER

required category not on scale

NOTKNOWN

Value is unkown

UNSET

Value has not been specified

 

 

 

 

 

 

 

 

 

############################

标签:available,description,No,Value,PEnum,DistributionSystemElectricalCategory
From: https://www.cnblogs.com/herd/p/18229754

相关文章

  • PEnum_AcquisitionMethod
    PEnum_AcquisitionMethod  NameDescriptionGPSGPS LASERSCAN_AIRBORNELaserscanAirborne LASERSCAN_GROUNDLaserscanGround SONARSonar THEODOLITETheodolite USERDEFINEDUserdefin......
  • PEnum_ElementShading
    PEnum_ElementShading NameDescriptionFIXEDFixed MOVABLEMovable OVERHANGOverhang SIDEFINSidefin USERDEFINEDUserdefined NOTDEFINEDNotdefined    ##############......
  • PEnum_LifeCyclePhase
    PEnum_LifeCyclePhase (生命周期阶段) NameDescriptionACQUISITIONAcquisition CRADLETOSITECradletosite DECONSTRUCTIONDeconstruction DISPOSALDisposal DISPOSALTRANSPORTDisposalTransport ......
  • PEnum_ElementStatus
    PEnum_ElementStatus  NameDescriptionNEWNewelementdesignedasnewadditionEXISTINGExistingelementexistsandistoremainDEMOLISHDemolishelementexistsbutistobedemolishedTEMPORARYTemporaryelemen......
  • 设置键盘只能输入数字( phoneNumTextField.keyboardType = UIKeyboardTypeNumberPad;)
    //手机号码textFieldphoneNumTextField=[[UITextFieldalloc]initWithFrame:CGRectMake(0,0,[[UIScreenmainScreen]bounds].size.width,40)];UIView*phoneImage=[[UIViewalloc]initWithFrame:CGRectMake(0,0,40,40)];phoneImage.backgroundColor=[U......