@CodingStyleguideUnaware public class IndicatorType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
IndicatorType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IndicatorType(boolean valueParam)
Constructor for value of type boolean<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
IndicatorType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(IndicatorType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
isValue()
Gets the value of the value property.
|
void |
setValue(boolean value)
Sets the value of the value property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public IndicatorType()
public IndicatorType(boolean valueParam)
valueParam - The value to be set.public boolean isValue()
public void setValue(boolean value)
public boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull IndicatorType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public IndicatorType clone()
Copyright © 2017–2021 Philip Helger. All rights reserved.