Class Tuple

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    Instance

    public class Tuple
    extends Object
    implements Serializable
    Represents structured information. No identity, no behavior, and no relationships, other than nested records. No metadata?
    See Also:
    Serialized Form
    • Constructor Detail

      • Tuple

        public Tuple()
      • Tuple

        public Tuple​(TypeRef typeRef)
      • Tuple

        public Tuple​(String namespace,
                     String scopeName)
    • Method Detail

      • setTypeRef

        public void setTypeRef​(TypeRef typeRef)
      • setScopeName

        public void setScopeName​(String entityName)
      • setScopeNamespace

        public void setScopeNamespace​(String namespace)
      • getScopeName

        public String getScopeName()
      • getScopeNamespace

        public String getScopeNamespace()
      • getShorthand

        public String getShorthand()
      • getTypeRef

        public TypeRef getTypeRef()
      • getValue

        public Object getValue​(String propertyName)
      • hasValueFor

        public boolean hasValueFor​(String propertyName)
      • setShorthand

        public void setShorthand​(String newShorthand)
      • setValue

        public void setValue​(String propertyName,
                             Object value)