Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.BusinessProcessNumberPeriodicity
-
Packages that use BusinessProcessNumberPeriodicity Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of BusinessProcessNumberPeriodicity in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type BusinessProcessNumberPeriodicity Modifier and Type Field Description static List<BusinessProcessNumberPeriodicity>
BusinessProcessNumberPeriodicity. VALUES
A public read-only list of all the 'Business Process Number Periodicity' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return BusinessProcessNumberPeriodicity Modifier and Type Method Description static BusinessProcessNumberPeriodicity
BusinessProcessNumberPeriodicity. get(int value)
Returns the 'Business Process Number Periodicity' literal with the specified integer value.static BusinessProcessNumberPeriodicity
BusinessProcessNumberPeriodicity. get(String literal)
Returns the 'Business Process Number Periodicity' literal with the specified literal value.static BusinessProcessNumberPeriodicity
BusinessProcessNumberPeriodicity. getByName(String name)
Returns the 'Business Process Number Periodicity' literal with the specified name.BusinessProcessNumberPeriodicity
BusinessProcess. getNumberPeriodicity()
Returns the value of the 'Number Periodicity' attribute.static BusinessProcessNumberPeriodicity
BusinessProcessNumberPeriodicity. valueOf(String name)
Returns the enum constant of this type with the specified name.static BusinessProcessNumberPeriodicity[]
BusinessProcessNumberPeriodicity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type BusinessProcessNumberPeriodicity Modifier and Type Method Description void
BusinessProcess. setNumberPeriodicity(BusinessProcessNumberPeriodicity value)
Sets the value of the 'Number Periodicity
' attribute. -
Uses of BusinessProcessNumberPeriodicity in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return BusinessProcessNumberPeriodicity Modifier and Type Method Description BusinessProcessNumberPeriodicity
MdClassFactoryImpl. createBusinessProcessNumberPeriodicityFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
BusinessProcessNumberPeriodicity
BusinessProcessImpl. getNumberPeriodicity()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type BusinessProcessNumberPeriodicity Modifier and Type Method Description void
BusinessProcessImpl. setNumberPeriodicity(BusinessProcessNumberPeriodicity newNumberPeriodicity)
-
Uses of BusinessProcessNumberPeriodicity in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type BusinessProcessNumberPeriodicity Modifier and Type Method Description boolean
MdClassValidator. validateBusinessProcessNumberPeriodicity(BusinessProcessNumberPeriodicity businessProcessNumberPeriodicity, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-