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

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

public class PropertyHolder
extends Object


Field Summary
static int TYPE_REFERENCE
          저장된 Property의 종류가 ref 형태임을 나타냄
static int TYPE_VALUE
          저장된 Property의 종류가 value 형태임을 나타냄
 
Constructor Summary
PropertyHolder(String pname, String pvalue, int pkind)
           
 
Method Summary
 String getName()
           
 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
저장된 Property의 종류가 value 형태임을 나타냄

See Also:
Constant Field Values

TYPE_REFERENCE

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

See Also:
Constant Field Values
Constructor Detail

PropertyHolder

public PropertyHolder(String pname,
                      String pvalue,
                      int pkind)
Method Detail

getName

public String getName()

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.