Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.usermanager
Class PropertyListDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.usermanager.PropertyListDescriptor
All Implemented Interfaces:
java.io.Serializable

public class PropertyListDescriptor
extends java.lang.Object
implements java.io.Serializable

Property list descriptor APG-240 All attributes are defined public because the user manager service do not get access to the fields. OSGI don't allow splitted packages having access to public members defined from an another package provider.

Author:
Anahide Tchertchian
See Also:
Serialized Form

Field Summary
 java.lang.String[] values
           
 
Constructor Summary
PropertyListDescriptor()
           
 
Method Summary
 java.lang.String[] getValues()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

public java.lang.String[] values
Constructor Detail

PropertyListDescriptor

public PropertyListDescriptor()
Method Detail

getValues

public java.lang.String[] getValues()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.