Class CLTypeTuple1
- java.lang.Object
-
- com.casper.sdk.model.clvalue.cltype.AbstractCLType
-
- com.casper.sdk.model.clvalue.cltype.AbstractCLTypeWithChildren
-
- com.casper.sdk.model.clvalue.cltype.CLTypeTuple1
-
public class CLTypeTuple1 extends AbstractCLTypeWithChildren
CLType forAbstractCLType.TUPLE1- Since:
- 0.0.1
- See Also:
AbstractCLType
-
-
Constructor Summary
Constructors Constructor Description CLTypeTuple1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)protected java.util.List<java.lang.Object>getChildTypeObjects()java.lang.StringgetTypeName()Required getter for implementations of CLTypeinthashCode()protected voidsetChildTypeObjects(java.util.List<java.lang.Object> childTypeObjects)-
Methods inherited from class com.casper.sdk.model.clvalue.cltype.AbstractCLTypeWithChildren
getChildClTypeData, getChildTypes, loadCLTypes, setChildTypes
-
Methods inherited from class com.casper.sdk.model.clvalue.cltype.AbstractCLType
getClTypeData
-
-
-
-
Method Detail
-
setChildTypeObjects
protected void setChildTypeObjects(java.util.List<java.lang.Object> childTypeObjects) throws java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException, java.lang.NoSuchMethodException, java.lang.SecurityException, NoSuchTypeException- Overrides:
setChildTypeObjectsin classAbstractCLTypeWithChildren- Throws:
java.lang.InstantiationExceptionjava.lang.IllegalAccessExceptionjava.lang.IllegalArgumentExceptionjava.lang.reflect.InvocationTargetExceptionjava.lang.NoSuchMethodExceptionjava.lang.SecurityExceptionNoSuchTypeException
-
getChildTypeObjects
protected java.util.List<java.lang.Object> getChildTypeObjects()
- Overrides:
getChildTypeObjectsin classAbstractCLTypeWithChildren
-
getTypeName
public java.lang.String getTypeName()
Description copied from class:AbstractCLTypeRequired getter for implementations of CLType- Specified by:
getTypeNamein classAbstractCLType- Returns:
- the CLType name
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classAbstractCLTypeWithChildren
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classAbstractCLTypeWithChildren
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractCLTypeWithChildren
-
-