Class GenFieldGeneric

java.lang.Object
cruise.umple.cpp.gen.GenFieldGeneric

public class GenFieldGeneric
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    GenFieldGeneric​(java.lang.String aType)  
  • Method Summary

    Modifier and Type Method Description
    void delete()  
    GenField getGenField()  
    int getPriority()  
    java.lang.String getType()  
    boolean hasGenField()  
    boolean setGenField​(GenField aGenField)  
    boolean setPriority​(int aPriority)  
    boolean setType​(java.lang.String aType)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details