Uses of Class
org.oasisopen.odata.csdl.v4.Annotation
-
Packages that use Annotation Package Description com.github.davidmoten.odata.client.generator.model org.oasisopen.odata.csdl.v4 -
-
Uses of Annotation in com.github.davidmoten.odata.client.generator.model
Constructors in com.github.davidmoten.odata.client.generator.model with parameters of type Annotation Constructor Description Annotation(Annotation annotation) -
Uses of Annotation in org.oasisopen.odata.csdl.v4
Fields in org.oasisopen.odata.csdl.v4 with type parameters of type Annotation Modifier and Type Field Description protected List<Annotation>TActionFunctionParameter. annotationprotected List<Annotation>TActionFunctionReturnType. annotationprotected List<Annotation>TActionImport. annotationprotected List<Annotation>TAnnotations. annotationprotected List<Annotation>TEnumTypeMember. annotationprotected List<Annotation>TFunction. annotationprotected List<Annotation>TFunctionImport. annotationprotected List<Annotation>TInclude. annotationprotected List<Annotation>TNullExpression. annotationprotected List<Annotation>TOnDelete. annotationprotected List<Annotation>TProperty. annotationprotected List<Annotation>TReferentialConstraint. annotationprotected List<Annotation>TTerm. annotationprotected List<Annotation>TTypeDefinition. annotationMethods in org.oasisopen.odata.csdl.v4 that return Annotation Modifier and Type Method Description AnnotationObjectFactory. createAnnotation()Create an instance ofAnnotationMethods in org.oasisopen.odata.csdl.v4 that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>TActionFunctionParameter. getAnnotation()Gets the value of the annotation property.List<Annotation>TActionFunctionReturnType. getAnnotation()Gets the value of the annotation property.List<Annotation>TActionImport. getAnnotation()Gets the value of the annotation property.List<Annotation>TAnnotations. getAnnotation()Gets the value of the annotation property.List<Annotation>TEnumTypeMember. getAnnotation()Gets the value of the annotation property.List<Annotation>TFunction. getAnnotation()Gets the value of the annotation property.List<Annotation>TFunctionImport. getAnnotation()Gets the value of the annotation property.List<Annotation>TInclude. getAnnotation()Gets the value of the annotation property.List<Annotation>TNullExpression. getAnnotation()Gets the value of the annotation property.List<Annotation>TOnDelete. getAnnotation()Gets the value of the annotation property.List<Annotation>TProperty. getAnnotation()Gets the value of the annotation property.List<Annotation>TReferentialConstraint. getAnnotation()Gets the value of the annotation property.List<Annotation>TTerm. getAnnotation()Gets the value of the annotation property.List<Annotation>TTypeDefinition. getAnnotation()Gets the value of the annotation property.
-