Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.automation.client.jaxrs.model
Class PrimitiveInput<T>

java.lang.Object
  extended by org.nuxeo.ecm.automation.client.jaxrs.model.PrimitiveInput<T>
All Implemented Interfaces:
OperationInput

public class PrimitiveInput<T>
extends Object
implements OperationInput

Author:
matic

Constructor Summary
PrimitiveInput(T value)
           
 
Method Summary
 String getInputRef()
           
 String getInputType()
           
 boolean isBinary()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveInput

public PrimitiveInput(T value)
Method Detail

isBinary

public boolean isBinary()
Specified by:
isBinary in interface OperationInput

getInputType

public String getInputType()
Specified by:
getInputType in interface OperationInput

getInputRef

public String getInputRef()
Specified by:
getInputRef in interface OperationInput

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.