FileType Class

  • java.lang.Object
    • com.microsoft.azure.management.datalake.analytics.models.FileType

public class FileType

Defines values for FileType.

Field Summary

Modifier and Type Field and Description
final FileType ASSEMBLY

Static value Assembly for FileType.

final FileType NODEPLOY

Static value Nodeploy for FileType.

final FileType RESOURCE

Static value Resource for FileType.

Constructor Summary

Constructor Description
FileType(String value)

Creates a custom value for FileType.

Method Summary

Modifier and Type Method and Description
boolean equals(Object obj)
int hashCode()
String toString()

Field Details

ASSEMBLY

public static final FileType ASSEMBLY= new FileType("Assembly")

Static value Assembly for FileType.

NODEPLOY

public static final FileType NODEPLOY= new FileType("Nodeploy")

Static value Nodeploy for FileType.

RESOURCE

public static final FileType RESOURCE= new FileType("Resource")

Static value Resource for FileType.

Constructor Details

FileType

public FileType(String value)

Creates a custom value for FileType.

Parameters:

value - the custom value

Method Details

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

Applies to