kr.co.hit.live.container.support
Class ArgumentHolder

java.lang.Object
  extended by kr.co.hit.live.container.support.ArgumentHolder

public class ArgumentHolder
extends Object


Field Summary
static int TYPE_REFERENCE
          저장된 Argument의 종류가 ref 형태임을 나타냄
static int TYPE_VALUE
          저장된 Argument의 종류가 value 형태임을 나타냄
 
Constructor Summary
ArgumentHolder(String ptype, String pvalue, int pkind)
           
 
Method Summary
 String getType()
           
 String getValue()
           
 boolean hasReference()
           
 boolean hasValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE_VALUE

public static final int TYPE_VALUE
저장된 Argument의 종류가 value 형태임을 나타냄

See Also:
Constant Field Values

TYPE_REFERENCE

public static final int TYPE_REFERENCE
저장된 Argument의 종류가 ref 형태임을 나타냄

See Also:
Constant Field Values
Constructor Detail

ArgumentHolder

public ArgumentHolder(String ptype,
                      String pvalue,
                      int pkind)
Method Detail

getType

public String getType()

getValue

public String getValue()

hasValue

public boolean hasValue()

hasReference

public boolean hasReference()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.