Package net.sf.okapi.filters.xliff.iws
Class IwsSegmentMetadataAttribute
- java.lang.Object
-
- net.sf.okapi.filters.xliff.iws.IwsSegmentMetadataAttribute
-
public class IwsSegmentMetadataAttribute extends Object
Utility class for IWS segment-metadata attributes.
-
-
Field Summary
Fields Modifier and Type Field Description static StringELEMENT_NAMEprotected StringnameThe attribute name.
-
Constructor Summary
Constructors Constructor Description IwsSegmentMetadataAttribute(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttributeName()StringgetAttributeNamePrefixed()StringgetPrefix()
-
-
-
Constructor Detail
-
IwsSegmentMetadataAttribute
public IwsSegmentMetadataAttribute(String name)
-
-
Method Detail
-
getPrefix
public String getPrefix()
- Returns:
- a prefix to avoid conflicts between other attributes that could have the same name.
-
getAttributeName
public String getAttributeName()
- Returns:
- the attribute name.
-
getAttributeNamePrefixed
public String getAttributeNamePrefixed()
- Returns:
- a prefixed attribute name to avoid conflicts between other attributes that could have the same name.
-
-