StringReps
edm.edom3.util
Class StringReps
- java.lang.Object
- edm.edom3.util.StringReps
public class StringReps extends java.lang.Object
Convert between constants and string representiations of these.Author:aet
Constructor Summary
ConstructorsÂ
Constructor and Description StringReps()
Â
Method Summary
All Methods Static Methods Concrete MethodsÂ
Modifier and Type Method and Description static java.lang.String
getAccessName(long accessBit, boolean longName)
Get acces bit namesstatic java.lang.String
getRoleName(long role, boolean longName)
ÂMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
StringReps
public StringReps()
Method Detail
getAccessName
public static java.lang.String getAccessName(long accessBit, boolean longName)
Get acces bit namesParameters:accessBit - bitflag for object accesslongName - if true use long names, ellse single letter code.Returns:String representation for accessBit
getRoleName
public static java.lang.String getRoleName(long role, boolean longName)