Class ModelObjectDefinition

    • Constructor Detail

      • ModelObjectDefinition

        public ModelObjectDefinition​(java.lang.String className)
        Parameters:
        className -
    • Method Detail

      • getClassName

        public java.lang.String getClassName()
        Returns:
        String
      • addProperty

        public void addProperty​(PropertyDefinition property)
        Parameters:
        property -
      • getProperty

        public PropertyDefinition getProperty​(java.lang.String name)
        Parameters:
        name -
        Returns:
        PropertyDefinition
      • getProperties

        public java.util.Collection<PropertyDefinition> getProperties()
        Returns:
        Collection