Package org.isda.cdm.metafields
Class FieldWithMetaInterpolationMethodEnum
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.metafields.FieldWithMetaInterpolationMethodEnum
-
- All Implemented Interfaces:
com.rosetta.model.lib.meta.FieldWithMeta<InterpolationMethodEnum>
public class FieldWithMetaInterpolationMethodEnum extends com.rosetta.model.lib.RosettaModelObject implements com.rosetta.model.lib.meta.FieldWithMeta<InterpolationMethodEnum>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FieldWithMetaInterpolationMethodEnum.FieldWithMetaInterpolationMethodEnumBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FieldWithMetaInterpolationMethodEnum.FieldWithMetaInterpolationMethodEnumBuilder
builder()
boolean
equals(java.lang.Object obj)
MetaFields
getMeta()
InterpolationMethodEnum
getValue()
int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends FieldWithMetaInterpolationMethodEnum>
metaData()
protected void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
FieldWithMetaInterpolationMethodEnum.FieldWithMetaInterpolationMethodEnumBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends FieldWithMetaInterpolationMethodEnum> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
getValue
public InterpolationMethodEnum getValue()
- Specified by:
getValue
in interfacecom.rosetta.model.lib.meta.FieldWithMeta<InterpolationMethodEnum>
-
getMeta
public MetaFields getMeta()
-
toBuilder
public FieldWithMetaInterpolationMethodEnum.FieldWithMetaInterpolationMethodEnumBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static FieldWithMetaInterpolationMethodEnum.FieldWithMetaInterpolationMethodEnumBuilder builder()
-
process
protected void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
- Specified by:
process
in classcom.rosetta.model.lib.RosettaModelObject
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-