Package com.helger.css.decl
Class CSSExpressionMemberLineNames
java.lang.Object
com.helger.css.decl.CSSExpressionMemberLineNames
- All Implemented Interfaces:
com.helger.commons.lang.ICloneable<ICSSExpressionMember>,ICSSExpressionMember,ICSSSourceLocationAware,ICSSVersionAware,ICSSWriteable
@NotThreadSafe
public class CSSExpressionMemberLineNames
extends Object
implements ICSSExpressionMember, ICSSVersionAware, ICSSSourceLocationAware
Represents a CSS line-names element as used in css-grid.
- Since:
- 5.0.4
- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancom.helger.commons.collection.impl.ICommonsList<String>getAsCSSString(ICSSWriterSettings aSettings, int nIndentLevel) Get the contents of this object as a serialized CSS string for writing to an output.getClone()intfinal CSSSourceLocationinthashCode()com.helger.commons.state.EChangeRemove all members.com.helger.commons.state.EChangeremoveMember(int nMemberIndex) com.helger.commons.state.EChangeremoveMember(String aMember) final voidsetSourceLocation(CSSSourceLocation aSourceLocation) Set the source location of the object, determined while parsing.toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.helger.css.ICSSWriteable
getAsCSSString, getAsCSSString
-
Constructor Details
-
CSSExpressionMemberLineNames
public CSSExpressionMemberLineNames() -
CSSExpressionMemberLineNames
-
-
Method Details
-
addMember
-
addMember
@Nonnull public CSSExpressionMemberLineNames addMember(@Nonnegative int nIndex, @Nonnull @Nonempty String aMember) -
removeMember
-
removeMember
-
removeAllMembers
Remove all members.- Returns:
EChange.CHANGEDif any member was removed,EChange.UNCHANGEDotherwise. Nevernull.
-
getAllMembers
-
getMemberCount
-
getClone
- Specified by:
getClonein interfacecom.helger.commons.lang.ICloneable<ICSSExpressionMember>
-
getAsCSSString
@Nonnull @Nonempty public String getAsCSSString(@Nonnull ICSSWriterSettings aSettings, @Nonnegative int nIndentLevel) Description copied from interface:ICSSWriteableGet the contents of this object as a serialized CSS string for writing to an output.- Specified by:
getAsCSSStringin interfaceICSSWriteable- Parameters:
aSettings- The settings to be used to format the output. May not benull.nIndentLevel- The current indentation level- Returns:
- The content of this object as CSS string. Never
null.
-
getMinimumCSSVersion
- Specified by:
getMinimumCSSVersionin interfaceICSSVersionAware- Returns:
- The minimum CSS version that is required to read or write this
artifact. May not be
null.
-
getSourceLocation
- Specified by:
getSourceLocationin interfaceICSSSourceLocationAware- Returns:
- The source location of this object when it was read by the parser.
May be
nullif an object was not read but manually created.
-
setSourceLocation
Description copied from interface:ICSSSourceLocationAwareSet the source location of the object, determined while parsing.- Specified by:
setSourceLocationin interfaceICSSSourceLocationAware- Parameters:
aSourceLocation- The source location to use. May benull.
-
equals
-
hashCode
public int hashCode() -
toString
-