kr.co.hit.live.web.mapper.element
Class Value

java.lang.Object
  extended by kr.co.hit.live.web.mapper.element.Entity
      extended by kr.co.hit.live.web.mapper.element.Value

public class Value
extends Entity

Web Mapper 파일의 <value> 엘리먼트 정보를 정의한다.

Since:
4.0
Author:
김형도

Field Summary
 
Fields inherited from class kr.co.hit.live.web.mapper.element.Entity
defValue, description, hasCountPattern, hasRepeatRefPattern, hasValuePattern, name, patternCount, patternValue, ref1, ref2, value
 
Constructor Summary
Value(String ref, String value)
           
Value(String ref1, String ref2, String value)
           
 
Method Summary
 Entity replaceRepeatRef(String repeatRef)
          Value 엘리먼트의 ref1, ref2, value 내에 ${repeat_ref} 문자를 주어진 repeatRef로 치환한 Value 객체를 생성하여 반환한다.
 
Methods inherited from class kr.co.hit.live.web.mapper.element.Entity
getDescription, getName, getName, getName, getOutputValue, getOutputValue, getRef, getValueDef, hasRepeatRef, isEmpty, markRepeatRef, replaceName, replaceValue, setDefaultValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Value

public Value(String ref,
             String value)

Value

public Value(String ref1,
             String ref2,
             String value)
Method Detail

replaceRepeatRef

public Entity replaceRepeatRef(String repeatRef)
Value 엘리먼트의 ref1, ref2, value 내에 ${repeat_ref} 문자를 주어진 repeatRef로 치환한 Value 객체를 생성하여 반환한다.

Specified by:
replaceRepeatRef in class Entity
Parameters:
repeatRef -
Returns:


Copyright © 2014. All Rights Reserved.