Uses of Enum Class
com._1c.g5.v8.dt.geographicalschema.model.UseOutput
Packages that use UseOutput
Package
Description
-
Uses of UseOutput in com._1c.g5.v8.dt.geographicalschema.model
Fields in com._1c.g5.v8.dt.geographicalschema.model with type parameters of type UseOutputModifier and TypeFieldDescriptionUseOutput.VALUESA public read-only list of all the 'Use Output' enumerators.Methods in com._1c.g5.v8.dt.geographicalschema.model that return UseOutputModifier and TypeMethodDescriptionstatic UseOutputUseOutput.get(int value) Returns the 'Use Output' literal with the specified integer value.static UseOutputReturns the 'Use Output' literal with the specified literal value.static UseOutputReturns the 'Use Output' literal with the specified name.GeographicalSchema.getUseOutput()Returns the value of the 'Use Output' attribute.static UseOutputReturns the enum constant of this class with the specified name.static UseOutput[]UseOutput.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.geographicalschema.model with parameters of type UseOutputModifier and TypeMethodDescriptionvoidGeographicalSchema.setUseOutput(UseOutput value) Sets the value of the 'Use Output' attribute. -
Uses of UseOutput in com._1c.g5.v8.dt.geographicalschema.model.impl
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return UseOutputModifier and TypeMethodDescriptionGeographicalSchemaFactoryImpl.createUseOutputFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) GeographicalSchemaImpl.getUseOutput()Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type UseOutputModifier and TypeMethodDescriptionvoidGeographicalSchemaImpl.setUseOutput(UseOutput newUseOutput)