Class EugeniaExtraModel


  • public class EugeniaExtraModel
    extends java.lang.Object
    Nested element for the Eugenia Ant task which represents an extra model to be used in one of the polishing transformations.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAs()
      Returns the name of the model to be used inside the polishing transformation.
      java.lang.String getRef()
      Returns the name of the model in the project repository to be used.
      EugeniaActionDelegateStep getStep()
      Returns the step at which this model will be added, if applicable.
      void setAs​(java.lang.String sAs)
      Changes the name of the model to be used inside the polishing transformation.
      void setRef​(java.lang.String sRef)
      Changes the name of the model in the project repository to be used.
      void setStep​(EugeniaActionDelegateStep step)
      Changes the step at which this model will be added, if applicable.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EugeniaExtraModel

        public EugeniaExtraModel()
    • Method Detail

      • setRef

        public void setRef​(java.lang.String sRef)
        Changes the name of the model in the project repository to be used. This attribute is mandatory.
        Parameters:
        sRef - Name to be used to find the model in the project repository.
      • getRef

        public java.lang.String getRef()
        Returns the name of the model in the project repository to be used.
      • setAs

        public void setAs​(java.lang.String sAs)
        Changes the name of the model to be used inside the polishing transformation. This attribute is optional: if not set, the value of the "ref" attribute will be used.
        Parameters:
        sRef - Name to be used inside the polishing transformation.
      • getAs

        public java.lang.String getAs()
        Returns the name of the model to be used inside the polishing transformation.
      • setStep

        public void setStep​(EugeniaActionDelegateStep step)
        Changes the step at which this model will be added, if applicable.