Class SomPumiceAttribute

java.lang.Object
com.isode.som.pumice.objects.SomPumiceAttribute

public class SomPumiceAttribute extends Object
Models an attribute returned in a SOM command response
Author:
tc
  • Constructor Details

    • SomPumiceAttribute

      public SomPumiceAttribute(String t, String v)
    • SomPumiceAttribute

      public SomPumiceAttribute(int t, String v)
  • Method Details

    • compareTo

      public boolean compareTo(int newtype)
    • getIntegerVal

      public Integer getIntegerVal()
    • getStringVal

      public String getStringVal() throws SomException
      Throws:
      SomException
    • getType

      public int getType()
    • getTypeString

      public String getTypeString()
    • getBooleanVal

      public boolean getBooleanVal() throws SomException
      Throws:
      SomException
    • print

      public String print()