Constructors
Properties
Functions
Return a clone of this value if it (together with all value subcomponents) is possibly mutable, or return this value if it (together with all value subcomponents) is definitely immutable. The resulting value might share mutable metadata with this query.
Lookup an existing annotation by term name, or throw an exception if the annotation is not found.
- See Also:
-
{@link com.sap.cloud.mobile.kotlin.odata.EnumValue#annotations EnumValue.annotations} and {@link com.sap.cloud.mobile.kotlin.odata.AnnotationMap#get(kotlin.String) AnnotationMap.get}, for looking up annotations that might not exist.
Return the numeric value of this enum value as a short.
Return this enum value as a string.
Convert this data value to a string. If the {@link com.sap.cloud.mobile.kotlin.odata.EnumValue#dataType EnumValue.dataType} is defined by XML Schema Part 2: Datatypes, then the corresponding lexical format is used. JSON format is used for structured values (arrays and objects).