org.exoplatform.applications.ooplugin.dialog
Class ComponentProperty
java.lang.Object
org.exoplatform.applications.ooplugin.dialog.ComponentProperty
public class ComponentProperty
- extends Object
Created by The eXo Platform SAS.
- Version:
- $Id: $
- Author:
- Vitaly Guly
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_INTEGER
public static final String TYPE_INTEGER
- See Also:
- Constant Field Values
TYPE_SHORT
public static final String TYPE_SHORT
- See Also:
- Constant Field Values
TYPE_STRING
public static final String TYPE_STRING
- See Also:
- Constant Field Values
TYPE_BOOLEAN
public static final String TYPE_BOOLEAN
- See Also:
- Constant Field Values
TYPE_IMAGE
public static final String TYPE_IMAGE
- See Also:
- Constant Field Values
TYPE_FONTDESCRIPTOR
public static final String TYPE_FONTDESCRIPTOR
- See Also:
- Constant Field Values
ComponentProperty
public ComponentProperty(String name,
String type,
String value)
getName
public String getName()
getType
public String getType()
getValue
public String getValue()
isType
public boolean isType(String type)
Copyright © 2014 eXo Platform SAS. All Rights Reserved.