org.rhq.modules.plugins.jbossas7
Class ModuleOptionsComponent.Value

java.lang.Object
  extended by org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent.Value
Enclosing class:
ModuleOptionsComponent

public static class ModuleOptionsComponent.Value
extends Object


Constructor Summary
ModuleOptionsComponent.Value()
           
ModuleOptionsComponent.Value(String code, String flag, String type)
          Three possible flags can be set.
 
Method Summary
 String getCode()
           
 String getFlag()
           
 LinkedHashMap<String,Object> getOptions()
           
 String getType()
           
 void setCode(String code)
           
 void setFlag(String flag)
           
 void setOptions(LinkedHashMap<String,Object> options)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModuleOptionsComponent.Value

public ModuleOptionsComponent.Value()

ModuleOptionsComponent.Value

public ModuleOptionsComponent.Value(String code,
                                    String flag,
                                    String type)
Three possible flags can be set. c-> code f->flag t->type Acl c f Authentication c f Authentication(Jaspi)c f Authorization c f Identity Trust c f Mapping c t Audit c

Parameters:
code -
flag -
type -
Method Detail

getType

public String getType()

setType

public void setType(String type)

getFlag

public String getFlag()

setFlag

public void setFlag(String flag)

getCode

public String getCode()

setCode

public void setCode(String code)

getOptions

public LinkedHashMap<String,Object> getOptions()

setOptions

public void setOptions(LinkedHashMap<String,Object> options)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.