Class TypedAttribute


  • public class TypedAttribute
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String type  
      java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      TypedAttribute​(java.lang.String type, java.lang.String value)  
    • Field Detail

      • value

        public final java.lang.String value
      • type

        public final java.lang.String type
    • Constructor Detail

      • TypedAttribute

        public TypedAttribute​(java.lang.String type,
                              java.lang.String value)
    • Method Detail

      • getTypedAttribute

        public static TypedAttribute getTypedAttribute​(java.lang.Object value)