Uses of Class
com.example.metaschema.Example
Packages that use Example
-
Uses of Example in com.example.metaschema
Methods in com.example.metaschema that return types with arguments of type ExampleModifier and TypeMethodDescriptionAssemblyModel.ChoiceGroup.DefineAssembly.getExamples()AssemblyModel.ChoiceGroup.DefineField.getExamples()InlineDefineAssembly.getExamples()InlineDefineField.getExamples()InlineDefineFlag.getExamples()METASCHEMA.DefineAssembly.getExamples()METASCHEMA.DefineField.getExamples()METASCHEMA.DefineFlag.getExamples()Methods in com.example.metaschema with parameters of type ExampleModifier and TypeMethodDescriptionbooleanAssemblyModel.ChoiceGroup.DefineAssembly.addExample(Example item) Add a newExampleitem to the underlying collection.booleanAssemblyModel.ChoiceGroup.DefineField.addExample(Example item) Add a newExampleitem to the underlying collection.booleanInlineDefineAssembly.addExample(Example item) Add a newExampleitem to the underlying collection.booleanInlineDefineField.addExample(Example item) Add a newExampleitem to the underlying collection.booleanInlineDefineFlag.addExample(Example item) Add a newExampleitem to the underlying collection.booleanMETASCHEMA.DefineAssembly.addExample(Example item) Add a newExampleitem to the underlying collection.booleanMETASCHEMA.DefineField.addExample(Example item) Add a newExampleitem to the underlying collection.booleanMETASCHEMA.DefineFlag.addExample(Example item) Add a newExampleitem to the underlying collection.booleanAssemblyModel.ChoiceGroup.DefineAssembly.removeExample(Example item) Remove the first matchingExampleitem from the underlying collection.booleanAssemblyModel.ChoiceGroup.DefineField.removeExample(Example item) Remove the first matchingExampleitem from the underlying collection.booleanInlineDefineAssembly.removeExample(Example item) Remove the first matchingExampleitem from the underlying collection.booleanInlineDefineField.removeExample(Example item) Remove the first matchingExampleitem from the underlying collection.booleanInlineDefineFlag.removeExample(Example item) Remove the first matchingExampleitem from the underlying collection.booleanMETASCHEMA.DefineAssembly.removeExample(Example item) Remove the first matchingExampleitem from the underlying collection.booleanMETASCHEMA.DefineField.removeExample(Example item) Remove the first matchingExampleitem from the underlying collection.booleanMETASCHEMA.DefineFlag.removeExample(Example item) Remove the first matchingExampleitem from the underlying collection.Method parameters in com.example.metaschema with type arguments of type ExampleModifier and TypeMethodDescriptionvoidAssemblyModel.ChoiceGroup.DefineAssembly.setExamples(List<Example> value) voidAssemblyModel.ChoiceGroup.DefineField.setExamples(List<Example> value) voidInlineDefineAssembly.setExamples(List<Example> value) voidInlineDefineField.setExamples(List<Example> value) voidInlineDefineFlag.setExamples(List<Example> value) voidMETASCHEMA.DefineAssembly.setExamples(List<Example> value) voidMETASCHEMA.DefineField.setExamples(List<Example> value) voidMETASCHEMA.DefineFlag.setExamples(List<Example> value)