Class Nature


  • public class Nature
    extends java.lang.Object
    A Nature represent a characteristic for a project. Natures will be represented with a Name and Feature and will be used to enable Component.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DW_NATURE_PROJECT  
    • Constructor Summary

      Constructors 
      Constructor Description
      Nature()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String nature​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • DW_NATURE_PROJECT

        public static final java.lang.String DW_NATURE_PROJECT
    • Constructor Detail

      • Nature

        public Nature()
    • Method Detail

      • nature

        public static java.lang.String nature​(java.lang.String name)