ExpandableEnum<T> Interface
Type Parameters
- T
The type of objects to be listed in the expandable enum.
public interface ExpandableEnum
Interface for expandable enums.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract T |
getValue()
Returns the value represented by this expandable enum instance. |
Method Details
getValue
public abstract T getValue()
Returns the value represented by this expandable enum instance.
Returns:
The value represented by this expandable enum instance.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java