Package com.helger.regrep.rim
Class ValueType
- java.lang.Object
-
- com.helger.regrep.rim.ValueType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
- Direct Known Subclasses:
AnyValueType,BooleanValueType,CollectionValueType,DateTimeValueType,DurationValueType,FloatValueType,IntegerValueType,InternationalStringValueType,MapValueType,SlotValueType,StringValueType,VocabularyTermValueType
@CodingStyleguideUnaware public abstract class ValueType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Abstract base type for all types of slot values.Java class for ValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValueType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> </restriction> </complexContent> </complexType>This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb-plugin -Xph-tostring
This class contains methods created by ph-jaxb-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb-plugin -Xph-value-extender
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueType()Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract ValueTypeclone()Created by ph-jaxb-plugin -Xph-cloneable2voidcloneTo(ValueType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb-plugin -Xph-equalshashcodeinthashCode()Created by ph-jaxb-plugin -Xph-equalshashcodeStringtoString()Created by ph-jaxb-plugin -Xph-tostring
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
Created by ph-jaxb-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb-plugin -Xph-tostring
-
cloneTo
public void cloneTo(@Nonnull ValueType ret)
This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
-