Uses of Class
com._1c.g5.v8.dt.geographicalschema.model.UseOutput
-
Packages that use UseOutput Package Description com._1c.g5.v8.dt.geographicalschema.model com._1c.g5.v8.dt.geographicalschema.model.impl -
-
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 UseOutput Modifier and Type Field Description static List<UseOutput>
UseOutput. VALUES
A public read-only list of all the 'Use Output' enumerators.Methods in com._1c.g5.v8.dt.geographicalschema.model that return UseOutput Modifier and Type Method Description static UseOutput
UseOutput. get(int value)
Returns the 'Use Output' literal with the specified integer value.static UseOutput
UseOutput. get(String literal)
Returns the 'Use Output' literal with the specified literal value.static UseOutput
UseOutput. getByName(String name)
Returns the 'Use Output' literal with the specified name.UseOutput
GeographicalSchema. getUseOutput()
Returns the value of the 'Use Output' attribute.static UseOutput
UseOutput. valueOf(String name)
Returns the enum constant of this type with the specified name.static UseOutput[]
UseOutput. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.geographicalschema.model with parameters of type UseOutput Modifier and Type Method Description void
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 UseOutput Modifier and Type Method Description UseOutput
GeographicalSchemaFactoryImpl. createUseOutputFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
UseOutput
GeographicalSchemaImpl. getUseOutput()
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type UseOutput Modifier and Type Method Description void
GeographicalSchemaImpl. setUseOutput(UseOutput newUseOutput)
-