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. VALUESA 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 UseOutputUseOutput. get(int value)Returns the 'Use Output' literal with the specified integer value.static UseOutputUseOutput. get(String literal)Returns the 'Use Output' literal with the specified literal value.static UseOutputUseOutput. getByName(String name)Returns the 'Use Output' literal with the specified name.UseOutputGeographicalSchema. getUseOutput()Returns the value of the 'Use Output' attribute.static UseOutputUseOutput. 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 voidGeographicalSchema. 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 UseOutputGeographicalSchemaFactoryImpl. createUseOutputFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)UseOutputGeographicalSchemaImpl. getUseOutput()Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type UseOutput Modifier and Type Method Description voidGeographicalSchemaImpl. setUseOutput(UseOutput newUseOutput)
-