Uses of Class
org.apache.aries.subsystem.core.archive.TypedAttribute.Type

Packages that use TypedAttribute.Type
org.apache.aries.subsystem.core.archive   
 

Uses of TypedAttribute.Type in org.apache.aries.subsystem.core.archive
 

Methods in org.apache.aries.subsystem.core.archive that return TypedAttribute.Type
 TypedAttribute.Type TypedAttribute.getType()
           
static TypedAttribute.Type TypedAttribute.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TypedAttribute.Type[] TypedAttribute.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.aries.subsystem.core.archive with parameters of type TypedAttribute.Type
TypedAttribute(String name, String value, TypedAttribute.Type type)
           
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.