Nuxeo Enterprise Platform 5.4

org.nuxeo.theme.negotiation
Class NegotiationType

java.lang.Object
  extended by org.nuxeo.theme.negotiation.NegotiationType
All Implemented Interfaces:
Type

public final class NegotiationType
extends java.lang.Object
implements Type


Field Summary
 java.lang.String object
           
 java.lang.String strategy
           
 
Constructor Summary
NegotiationType()
           
 
Method Summary
 java.lang.String getObject()
           
 java.util.List<Scheme> getSchemes()
           
 java.lang.String getStrategy()
           
 TypeFamily getTypeFamily()
           
 java.lang.String getTypeName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

public java.lang.String object

strategy

public java.lang.String strategy
Constructor Detail

NegotiationType

public NegotiationType()
Method Detail

getTypeName

public java.lang.String getTypeName()
Specified by:
getTypeName in interface Type

getTypeFamily

public TypeFamily getTypeFamily()
Specified by:
getTypeFamily in interface Type

getSchemes

public java.util.List<Scheme> getSchemes()

getStrategy

public java.lang.String getStrategy()

getObject

public java.lang.String getObject()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.