Nuxeo Enterprise Platform 5.4

org.nuxeo.theme.presets
Class CustomPresetType

java.lang.Object
  extended by org.nuxeo.theme.presets.PresetType
      extended by org.nuxeo.theme.presets.CustomPresetType
All Implemented Interfaces:
Type

public class CustomPresetType
extends PresetType


Constructor Summary
CustomPresetType(java.lang.String name, java.lang.String value, java.lang.String group, java.lang.String category, java.lang.String label, java.lang.String description)
           
 
Method Summary
 java.lang.String getEffectiveName()
           
 java.lang.String getTypeName()
           
 
Methods inherited from class org.nuxeo.theme.presets.PresetType
getCategory, getDescription, getGroup, getLabel, getName, getTypeFamily, getValue, setCategory, setDescription, setGroup, setLabel, setName, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomPresetType

public CustomPresetType(java.lang.String name,
                        java.lang.String value,
                        java.lang.String group,
                        java.lang.String category,
                        java.lang.String label,
                        java.lang.String description)
Method Detail

getTypeName

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

getEffectiveName

public java.lang.String getEffectiveName()
Overrides:
getEffectiveName in class PresetType

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.