Class JsonTypeAttribute


  • public class JsonTypeAttribute
    extends java.lang.Object
    JSON object representing a type attribute.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name
      Name of this attribute.
      java.lang.String type
      Type of this attribute.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • name

        public java.lang.String name
        Name of this attribute.

        Required.

      • type

        public java.lang.String type
        Type of this attribute.

        Required.

    • Constructor Detail

      • JsonTypeAttribute

        public JsonTypeAttribute()