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