Class ResourceRef


  • public class ResourceRef
    extends java.lang.Object
    Container for a resource type and logical id
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceRef​(java.lang.String resourceType, java.lang.String logicalId)
      Public constructor
    • Constructor Detail

      • ResourceRef

        public ResourceRef​(java.lang.String resourceType,
                           java.lang.String logicalId)
        Public constructor
        Parameters:
        resourceType -
        logicalId -
    • Method Detail

      • getResourceType

        public java.lang.String getResourceType()
        Returns:
        the resourceType
      • getLogicalId

        public java.lang.String getLogicalId()
        Returns:
        the logicalId