azure-docs-sdk-java/docs-ref-autogen/com.azure.core.util.Expanda...

29 строки
1.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.util.ExpandableEnum"
fullName: "com.azure.core.util.ExpandableEnum<T>"
name: "ExpandableEnum<T>"
nameWithType: "ExpandableEnum<T>"
summary: "Interface for expandable enums."
syntax: "public interface **ExpandableEnum<T>**"
methods:
- uid: "com.azure.core.util.ExpandableEnum.getValue()"
fullName: "com.azure.core.util.ExpandableEnum<T>.getValue()"
name: "getValue()"
nameWithType: "ExpandableEnum<T>.getValue()"
summary: "Returns the value represented by this expandable enum instance."
modifiers:
- "abstract"
syntax: "public abstract T getValue()"
desc: "Returns the value represented by this expandable enum instance."
returns:
description: "The value represented by this expandable enum instance."
type: "<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
typeParameters:
- description: "The type of objects to be listed in the expandable enum."
name: "T"
desc: "Interface for expandable enums."
metadata: {}
package: "com.azure.core.util"
artifact: com.azure:azure-core:1.54.0