kr.co.hit.live.web.mapper.element
Class Value
java.lang.Object
kr.co.hit.live.web.mapper.element.Entity
kr.co.hit.live.web.mapper.element.Value
public class Value
- extends Entity
Web Mapper 파일의 <value> 엘리먼트 정보를 정의한다.
- Since:
- 4.0
- Author:
- 김형도
| Fields inherited from class kr.co.hit.live.web.mapper.element.Entity |
defValue, description, hasCountPattern, hasRepeatRefPattern, hasValuePattern, name, patternCount, patternValue, ref1, ref2, 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 |
Value
public Value(String ref,
String value)
Value
public Value(String ref1,
String ref2,
String value)
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.