### YamlMime:JavaType uid: "com.azure.core.util.ExpandableEnum" fullName: "com.azure.core.util.ExpandableEnum" name: "ExpandableEnum" nameWithType: "ExpandableEnum" summary: "Interface for expandable enums." syntax: "public interface **ExpandableEnum**" methods: - uid: "com.azure.core.util.ExpandableEnum.getValue()" fullName: "com.azure.core.util.ExpandableEnum.getValue()" name: "getValue()" nameWithType: "ExpandableEnum.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: "" 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