Interface ReferenceWithMetaString

All Superinterfaces:
com.rosetta.model.lib.meta.FieldWithMeta<String>, com.rosetta.model.lib.meta.ReferenceWithMeta<String>, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ReferenceWithMetaString.ReferenceWithMetaStringBuilder
All Known Implementing Classes:
ReferenceWithMetaString.ReferenceWithMetaStringBuilderImpl, ReferenceWithMetaString.ReferenceWithMetaStringImpl

@RosettaDataType(value="ReferenceWithMetaString", builder=ReferenceWithMetaStringBuilderImpl.class, version="0.0.0") @RuneDataType(value="ReferenceWithMetaString", model="com", builder=ReferenceWithMetaStringBuilderImpl.class, version="0.0.0") public interface ReferenceWithMetaString extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.meta.ReferenceWithMeta<String>
  • Field Details

    • metaData

      static final com.rosetta.model.metafields.ReferenceWithMetaStringMeta metaData
  • Method Details

    • getValue

      String getValue()
      Getter Methods
      Specified by:
      getValue in interface com.rosetta.model.lib.meta.FieldWithMeta<String>
    • getGlobalReference

      String getGlobalReference()
      Specified by:
      getGlobalReference in interface com.rosetta.model.lib.meta.ReferenceWithMeta<String>
    • getExternalReference

      String getExternalReference()
      Specified by:
      getExternalReference in interface com.rosetta.model.lib.meta.ReferenceWithMeta<String>
    • getReference

      com.rosetta.model.lib.meta.Reference getReference()
      Specified by:
      getReference in interface com.rosetta.model.lib.meta.ReferenceWithMeta<String>
    • build

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends ReferenceWithMetaString> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends ReferenceWithMetaString> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • getValueType

      default Class<String> getValueType()
      Specified by:
      getValueType in interface com.rosetta.model.lib.meta.FieldWithMeta<String>
      Specified by:
      getValueType in interface com.rosetta.model.lib.meta.ReferenceWithMeta<String>
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject