Class CS1EXTENSION<Type>

    • Field Detail

      • Id

        public final OpenId Id
        Identifier field.
      • Type

        public final Class<Type> Type
        Open type field.
    • Constructor Detail

      • CS1EXTENSION

        protected CS1EXTENSION​(OpenId Id,
                               Class<Type> Type,
                               CS1Criticality Criticality)
        Constructs an information object with the given final values. Fields that could have been of primitive types are boxed, so that absent optional fields have value null.