com.perforce.p4java.impl.generic.core
Class Stream.ExtraTag

java.lang.Object
  extended by com.perforce.p4java.impl.generic.core.Stream.ExtraTag
All Implemented Interfaces:
IStream.IExtraTag
Enclosing class:
Stream

public static class Stream.ExtraTag
extends Object
implements IStream.IExtraTag

Simple default generic IExtraTag implementation class.


Constructor Summary
Stream.ExtraTag()
          Default constructor; sets all fields to false.
Stream.ExtraTag(String name, String type, String value)
          Explicit-value constructor.
 
Method Summary
 String getName()
           
 String getType()
           
 String getValue()
           
 void setName(String name)
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stream.ExtraTag

public Stream.ExtraTag()
Default constructor; sets all fields to false.


Stream.ExtraTag

public Stream.ExtraTag(String name,
                       String type,
                       String value)
Explicit-value constructor.

Method Detail

getName

public String getName()
Specified by:
getName in interface IStream.IExtraTag

setName

public void setName(String name)
Specified by:
setName in interface IStream.IExtraTag

getType

public String getType()
Specified by:
getType in interface IStream.IExtraTag

setType

public void setType(String type)
Specified by:
setType in interface IStream.IExtraTag

getValue

public String getValue()
Specified by:
getValue in interface IStream.IExtraTag

setValue

public void setValue(String value)
Specified by:
setValue in interface IStream.IExtraTag


Copyright © 2015 Perforce Software. All Rights Reserved.