Class Property

java.lang.Object
org.nuclos.api.Property
All Implemented Interfaces:
Serializable

public class Property extends Object implements Serializable
See Also:
  • Field Details

    • name

      public final String name
    • type

      public final Class<?> type
  • Constructor Details

    • Property

      public Property(String name, Class<?> type)
  • Method Details