com.ibm.tivoli.oslc

Class PropertyInfo

  • java.lang.Object
    • com.ibm.tivoli.oslc.PropertyInfo
  • Direct Known Subclasses:
    RulePropertyInfo


    public class PropertyInfo
    extends java.lang.Object
    PropertyInfo is an immutable class since there will be no way/need to change it after construction. This is intended to be a light weight wrapper for RDF parser properties
    • Constructor Summary

      Constructors 
      Constructor and Description
      PropertyInfo(PropertyInfo propInfo) 
      PropertyInfo(java.lang.String title, javax.xml.namespace.QName qName, java.lang.String type) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      javax.xml.namespace.QName getQName() 
      java.lang.String getTitle() 
      java.lang.String getType() 
      javax.xml.namespace.QName getTypeAsQName() 
      • Methods inherited from class java.lang.Object

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

      • PropertyInfo

        public PropertyInfo(java.lang.String title,
                            javax.xml.namespace.QName qName,
                            java.lang.String type)
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
      • getQName

        public javax.xml.namespace.QName getQName()
      • getType

        public java.lang.String getType()
      • getTypeAsQName

        public javax.xml.namespace.QName getTypeAsQName()