org.mule.devkit.model.code
Class Modifiers

java.lang.Object
  extended by org.mule.devkit.model.code.Modifiers
All Implemented Interfaces:
Generable

public class Modifiers
extends Object
implements Generable

Modifier groups.


Method Summary
 void generate(Formatter f)
           
 int getValue()
          Gets the bit-packed representaion of modifiers.
 boolean isAbstract()
           
 boolean isNative()
           
 boolean isSynchronized()
           
 void setFinal(boolean newValue)
           
 void setPrivate()
           
 void setProtected()
           
 void setPublic()
           
 void setSynchronized(boolean newValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getValue

public int getValue()
Gets the bit-packed representaion of modifiers.


isAbstract

public boolean isAbstract()

isNative

public boolean isNative()

isSynchronized

public boolean isSynchronized()

setSynchronized

public void setSynchronized(boolean newValue)

setPrivate

public void setPrivate()

setProtected

public void setProtected()

setPublic

public void setPublic()

setFinal

public void setFinal(boolean newValue)

generate

public void generate(Formatter f)
Specified by:
generate in interface Generable

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.