Package com.rometools.modules.base
Class CustomTagsImpl
- java.lang.Object
-
- com.rometools.modules.base.CustomTagsImpl
-
- All Implemented Interfaces:
CustomTags,CopyFrom,Module,Serializable,Cloneable
public class CustomTagsImpl extends Object implements CustomTags
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.rometools.modules.base.CustomTags
URI
-
-
Constructor Summary
Constructors Constructor Description CustomTagsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()voidcopyFrom(CopyFrom object)Class<CustomTags>getInterface()StringgetUri()List<CustomTag>getValues()voidsetValues(List<CustomTag> values)
-
-
-
Method Detail
-
getValues
public List<CustomTag> getValues()
- Specified by:
getValuesin interfaceCustomTags
-
setValues
public void setValues(List<CustomTag> values)
- Specified by:
setValuesin interfaceCustomTags
-
clone
public Object clone()
-
getInterface
public Class<CustomTags> getInterface()
- Specified by:
getInterfacein interfaceCopyFrom
-
-