org.jclarion.clarion.setting
Class SettingFile.Value

java.lang.Object
  extended by org.jclarion.clarion.setting.SettingFile.Value
Enclosing class:
SettingFile

public static class SettingFile.Value
extends java.lang.Object


Constructor Summary
SettingFile.Value(java.lang.String value)
           
SettingFile.Value(java.lang.String type, java.lang.String value)
           
 
Method Summary
 ClarionObject getClarionObject()
           
 java.lang.String getType()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingFile.Value

public SettingFile.Value(java.lang.String type,
                         java.lang.String value)

SettingFile.Value

public SettingFile.Value(java.lang.String value)
Method Detail

getType

public java.lang.String getType()

getValue

public java.lang.String getValue()

getClarionObject

public ClarionObject getClarionObject()


Copyright © 2010. All Rights Reserved.