JavaScript is disabled on your browser.
public class FileMode
extends Object
Copyright (C) 2011 Martin Bluemel
Original source can be found here:
https://raw.githubusercontent.com/bluemel/RapidEnv/master/org.rapidbeans.rapidenv/src/org/rapidbeans/rapidenv/FileMode.java
Constructor Summary
Constructors
Constructor and Description
FileMode (int mode)
Method Detail
isUr
public boolean isUr()
Returns:
the ur
isUw
public boolean isUw()
Returns:
the uw
isUx
public boolean isUx()
Returns:
the ux
isGr
public boolean isGr()
Returns:
the gr
isGw
public boolean isGw()
Returns:
the gw
isGx
public boolean isGx()
Returns:
the gx
isOr
public boolean isOr()
Returns:
the or
isOw
public boolean isOw()
Returns:
the ow
isOx
public boolean isOx()
Returns:
the ox
Copyright © 2015 Future Invent Informationsmanagement GmbH, Hamburg (Germany) . All rights reserved.