# Print output for @column tags ?> FileAttribute - Android SDK | Android Developers

Most visited


Recently visited


FileAttribute

public interface FileAttribute

java.nio.file.attribute.FileAttribute<T>


An object that encapsulates the value of a file attribute that can be set atomically when creating a new file or directory by invoking the createFile or createDirectory methods.

See also:

Summary


Public methods

abstract String name()

Returns the attribute name.

abstract T value()

Returns the attribute value.

Public methods


name

public abstract String name ()

Returns the attribute name.

Returns
String The attribute name

value

public abstract T value ()

Returns the attribute value.

Returns
T The attribute value

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.