A2uiSchemaKeyword.Const


public final class A2uiSchemaKeyword.Const<T extends Object> extends A2uiSchemaKeyword


Constant value constraint (const).

Summary

Public constructors

<T extends Object> Const(@NonNull T value)

Public methods

boolean
equals(Object other)
final @NonNull T

constant value required for the property

int
@NonNull String

Public constructors

Const

public <T extends Object> Const(@NonNull T value)

Public methods

equals

public boolean equals(Object other)

getValue

Added in 1.0.0-alpha01
public final @NonNullgetValue()

constant value required for the property

hashCode

public int hashCode()

toString

public @NonNull String toString()