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.VALUES
A public read-only list of all the 'Use Output' enumerators.Methods in com._1c.g5.v8.dt.geographicalschema.model that return UseOutputModifier and TypeMethodDescriptionstatic UseOutput
UseOutput.get
(int value) Returns the 'Use Output' literal with the specified integer value.static UseOutput
Returns the 'Use Output' literal with the specified literal value.static UseOutput
Returns the 'Use Output' literal with the specified name.GeographicalSchema.getUseOutput()
Returns the value of the 'Use Output' attribute.static UseOutput
Returns 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 TypeMethodDescriptionvoid
GeographicalSchema.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 TypeMethodDescriptionvoid
GeographicalSchemaImpl.setUseOutput
(UseOutput newUseOutput)