Package com.helger.html.meta
Interface IMetaElementValue
-
- All Superinterfaces:
com.helger.commons.name.IHasName,Serializable
- All Known Implementing Classes:
MetaElementValue
public interface IMetaElementValue extends com.helger.commons.name.IHasName, Serializable
Represents the value of a single meta element- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContent()LocalegetContentLocale()EMetaElementTypegetType()
-
-
-
Method Detail
-
getType
@Nonnull EMetaElementType getType()
- Returns:
- The type of the meta element. Never
null.
-
-