Class CLValueFixedList
- java.lang.Object
- 
- com.syntifi.casper.sdk.model.clvalue.AbstractCLValue<java.util.List<? extends AbstractCLValue<?,?>>,CLTypeFixedList>
- 
- com.syntifi.casper.sdk.model.clvalue.CLValueFixedList
 
 
- 
- All Implemented Interfaces:
- DecodableValue,- EncodableValue
 
 public class CLValueFixedList extends AbstractCLValue<java.util.List<? extends AbstractCLValue<?,?>>,CLTypeFixedList> Casper List CLValue implementation- Since:
- 0.0.1
- See Also:
- AbstractCLValue
 
- 
- 
Constructor SummaryConstructors Constructor Description CLValueFixedList()CLValueFixedList(java.util.List<? extends AbstractCLValue<?,?>> value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)voiddecode(CLValueDecoder clvd)Called when the object's values must be decoded after deserializingvoidencode(CLValueEncoder clve)Called when the object's values must be encoded for serializingbooleanequals(java.lang.Object o)CLTypeFixedListgetClType()inthashCode()voidsetClType(CLTypeFixedList clType)protected voidsetListType()- 
Methods inherited from class com.syntifi.casper.sdk.model.clvalue.AbstractCLValuegetBytes, getJsonBytes, getParsed, getValue, setBytes, setJsonBytes, setParsed, setValue
 
- 
 
- 
- 
- 
Constructor Detail- 
CLValueFixedListpublic CLValueFixedList(java.util.List<? extends AbstractCLValue<?,?>> value) 
 - 
CLValueFixedListpublic CLValueFixedList() 
 
- 
 - 
Method Detail- 
encodepublic void encode(CLValueEncoder clve) throws java.io.IOException, CLValueEncodeException, DynamicInstanceException, NoSuchTypeException Description copied from interface:EncodableValueCalled when the object's values must be encoded for serializing- Parameters:
- clve- the encoder to be used
- Throws:
- java.io.IOException
- CLValueEncodeException
- DynamicInstanceException
- NoSuchTypeException
 
 - 
decodepublic void decode(CLValueDecoder clvd) throws java.io.IOException, CLValueDecodeException, DynamicInstanceException, NoSuchTypeException Description copied from interface:DecodableValueCalled when the object's values must be decoded after deserializing- Parameters:
- clvd- the decoder to be used
- Throws:
- java.io.IOException
- CLValueDecodeException
- DynamicInstanceException
- NoSuchTypeException
 
 - 
setListTypeprotected void setListType() 
 - 
getClTypepublic CLTypeFixedList getClType() - Specified by:
- getClTypein class- AbstractCLValue<java.util.List<? extends AbstractCLValue<?,?>>,CLTypeFixedList>
 
 - 
setClTypepublic void setClType(CLTypeFixedList clType) - Specified by:
- setClTypein class- AbstractCLValue<java.util.List<? extends AbstractCLValue<?,?>>,CLTypeFixedList>
 
 - 
equalspublic boolean equals(java.lang.Object o) - Overrides:
- equalsin class- AbstractCLValue<java.util.List<? extends AbstractCLValue<?,?>>,CLTypeFixedList>
 
 - 
canEqualprotected boolean canEqual(java.lang.Object other) - Overrides:
- canEqualin class- AbstractCLValue<java.util.List<? extends AbstractCLValue<?,?>>,CLTypeFixedList>
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- AbstractCLValue<java.util.List<? extends AbstractCLValue<?,?>>,CLTypeFixedList>
 
 
- 
 
-